Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTomeu Vizoso <tomeu@tomeuvizoso.net>2008-07-31 15:56:20 (GMT)
committer Tomeu Vizoso <tomeu@tomeuvizoso.net>2008-07-31 15:56:20 (GMT)
commit03f1c616b903c1dd9d049b13c81e413e787607fb (patch)
tree5e46e0a2ad711dadfecb14bcf71b31b13a31ec00
parentf59ed04cb7cdaaae4f1895fe9e6fb9fcfb4e3f72 (diff)
Remove some debugging code that slipped in
-rwxr-xr-xwebactivity.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/webactivity.py b/webactivity.py
index 7858994..8ca7043 100755
--- a/webactivity.py
+++ b/webactivity.py
@@ -18,9 +18,6 @@ import os
import logging
from gettext import gettext as _
-os.environ['NSPR_LOG_MODULES'] = 'nsDragService:5,sync'
-#import time; time.sleep(10)
-
import gobject
gobject.threads_init()