eric6_iconeditor.py

branch
6_1_x
changeset 4567
ac444d1c9700
parent 4343
afe0da217745
child 4631
5c1a96925da4
--- a/eric6_iconeditor.py	Sun Nov 15 13:59:43 2015 +0100
+++ b/eric6_iconeditor.py	Sun Nov 15 14:30:12 2015 +0100
@@ -24,7 +24,6 @@
 import sys
 import os
 
-print(sys.argv)
 for arg in sys.argv[:]:
     if arg.startswith("--config="):
         import Globals
@@ -39,7 +38,6 @@
         QSettings.setPath(QSettings.IniFormat, QSettings.UserScope,
                           settingsDir)
         sys.argv.remove(arg)
-print(sys.argv)
 
 from Globals import AppInfo
 

eric ide

mercurial