aboutsummaryrefslogtreecommitdiff
path: root/SysIndicator.py
diff options
context:
space:
mode:
authorDmitry Moiseev <m0sia@m0sia.ru>2013-12-13 17:36:46 +0600
committerDmitry Moiseev <m0sia@m0sia.ru>2013-12-13 17:36:46 +0600
commitb0558a4b9dc83381ab9a0c96672b751b5a3ea488 (patch)
tree1ca800a7a6851b0e434b43a2d0acf570e961f7bc /SysIndicator.py
parentf21d9400c5b585797b210e38526fd04f78555135 (diff)
downloadpyParrotZikTCP-b0558a4b9dc83381ab9a0c96672b751b5a3ea488.tar.xz
pyParrotZikTCP-b0558a4b9dc83381ab9a0c96672b751b5a3ea488.zip
removed debug output
Diffstat (limited to 'SysIndicator.py')
-rw-r--r--SysIndicator.py3
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":