Skip to content

Commit

Permalink
MNT: EditVCP - remove debug settings print
Browse files Browse the repository at this point in the history
  • Loading branch information
KurtJacobson committed Jun 25, 2020
1 parent b91958c commit c8dbe5a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion qtpyvcp/tools/editvcp.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,6 @@ def launch_designer(opts=DotDict()):

from qtpyvcp.utilities.settings import addSetting
for k, v in CONFIG['settings'].items():
print k, v
addSetting(k, **v)

# add to path so that QtDesginer can load it when it starts
Expand Down

0 comments on commit c8dbe5a

Please sign in to comment.