Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <marco@localhost.localdomain>2007-07-08 13:18:09 (GMT)
committer Marco Pesenti Gritti <marco@localhost.localdomain>2007-07-08 13:18:09 (GMT)
commit85c454e6394507ef404e38fda32a8969e0932455 (patch)
treeb5c992da335b8ae654bc580ec0e206cb7651f0bb
parent9f72588ce7579ca7f49f3f8f27e7e3435299cb83 (diff)
Ugh committed a debug sleep by mistake
-rwxr-xr-xwebactivity.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/webactivity.py b/webactivity.py
index 13597c6..c0798af 100755
--- a/webactivity.py
+++ b/webactivity.py
@@ -42,9 +42,6 @@ class WebActivity(activity.Activity):
def __init__(self, handle, browser=None):
activity.Activity.__init__(self, handle)
- import time
- time.sleep(100)
-
logging.debug('Starting the web activity')
if browser: