Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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: