From 85c454e6394507ef404e38fda32a8969e0932455 Mon Sep 17 00:00:00 2001 From: Marco Pesenti Gritti Date: Sun, 08 Jul 2007 13:18:09 +0000 Subject: Ugh committed a debug sleep by mistake --- 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: -- cgit v0.9.1