summaryrefslogtreecommitdiff
path: root/scripts/TestUtil.py
diff options
context:
space:
mode:
authorDwayne Boone <dwayne@zeroc.com>2009-03-31 11:29:41 -0230
committerDwayne Boone <dwayne@zeroc.com>2009-03-31 11:29:41 -0230
commitc4cce5e49861c32eb2c46fadacf335412a1be2e9 (patch)
treea558124e4c731b918e960eca13ff201c562dc754 /scripts/TestUtil.py
parentBug 3045 - move getInstance() to IceInternal (diff)
downloadice-c4cce5e49861c32eb2c46fadacf335412a1be2e9.tar.bz2
ice-c4cce5e49861c32eb2c46fadacf335412a1be2e9.tar.xz
ice-c4cce5e49861c32eb2c46fadacf335412a1be2e9.zip
Remove debug statement
Diffstat (limited to 'scripts/TestUtil.py')
-rwxr-xr-xscripts/TestUtil.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/TestUtil.py b/scripts/TestUtil.py
index 69eeffb34a6..c474da6fe7a 100755
--- a/scripts/TestUtil.py
+++ b/scripts/TestUtil.py
@@ -1050,7 +1050,6 @@ class WatchDog(threading.Thread):
self._reset = False
elif not self._done:
print "\a*** %s Warning: Test has been inactive for 3 minutes and may be hung", time.strftime("%x %X")
- somecrap
self._cv.release()
def reset(self):