diff options
author | Dwayne Boone <dwayne@zeroc.com> | 2009-03-31 11:29:41 -0230 |
---|---|---|
committer | Dwayne Boone <dwayne@zeroc.com> | 2009-03-31 11:29:41 -0230 |
commit | c4cce5e49861c32eb2c46fadacf335412a1be2e9 (patch) | |
tree | a558124e4c731b918e960eca13ff201c562dc754 /scripts/TestUtil.py | |
parent | Bug 3045 - move getInstance() to IceInternal (diff) | |
download | ice-c4cce5e49861c32eb2c46fadacf335412a1be2e9.tar.bz2 ice-c4cce5e49861c32eb2c46fadacf335412a1be2e9.tar.xz ice-c4cce5e49861c32eb2c46fadacf335412a1be2e9.zip |
Remove debug statement
Diffstat (limited to 'scripts/TestUtil.py')
-rwxr-xr-x | scripts/TestUtil.py | 1 |
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): |