Skip to content

Commit

Permalink
Remove function #346
Browse files Browse the repository at this point in the history
  • Loading branch information
hildogjr committed Jul 8, 2019
1 parent a92914b commit d7a9b6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kicost/kicost_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ def create_os_contex_menu(path):
'''Create the OS context menu to recognized KiCost files (XML/CSV).'''
try:
import wx # wxWidgets for Python.
print('GUI requirements (wxPython) identified.')
#print('GUI requirements (wxPython) identified.')
have_gui = True
except ImportError:
kicost_gui_notdependences
Expand Down

1 comment on commit d7a9b6d

@hildogjr
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove duplicated message.

Please sign in to comment.