psa: improved add feed/categories dialog
[feedingit] / psa_harmattan / feedingit / deb_dist / feedingit-0.1.0 / debian / feedingit / usr / share / feedingit / debugging.py
index 91be2b4..7330871 100644 (file)
@@ -35,7 +35,6 @@ def my_excepthook(exctype, value, tb):
     original_excepthook(exctype, value, tb)
 
 def init(dot_directory, debug=False, max_logfiles=1, program_name=None):
-    debug = True
     if not os.path.isabs(dot_directory):
         dot_directory = os.path.join(os.path.expanduser("~"), dot_directory)