diff options
author | Dmitry Moiseev <m0sia@m0sia.ru> | 2013-12-13 17:36:46 +0600 |
---|---|---|
committer | Dmitry Moiseev <m0sia@m0sia.ru> | 2013-12-13 17:36:46 +0600 |
commit | b0558a4b9dc83381ab9a0c96672b751b5a3ea488 (patch) | |
tree | 1ca800a7a6851b0e434b43a2d0acf570e961f7bc | |
parent | f21d9400c5b585797b210e38526fd04f78555135 (diff) | |
download | pyParrotZikTCP-b0558a4b9dc83381ab9a0c96672b751b5a3ea488.tar.xz pyParrotZikTCP-b0558a4b9dc83381ab9a0c96672b751b5a3ea488.zip |
removed debug output
-rw-r--r-- | SysIndicator.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/SysIndicator.py b/SysIndicator.py index a847863..16a31e3 100644 --- a/SysIndicator.py +++ b/SysIndicator.py @@ -32,11 +32,8 @@ class SysIndicator: self.statusicon.connect("popup-menu", self.gtk_right_click_event) self.statusicon.set_tooltip("Parrot Zik") self.menu_shown=False - sys.stdout = open("debug.log", "w") - sys.stderr = open("debug.log", "w") self.setIcon(icon) - return def setIcon(self, name): if sys.platform=="linux2": |