diff options
author | Sebastian Thiel <byronimo@gmail.com> | 2010-06-11 16:42:09 +0200 |
---|---|---|
committer | Sebastian Thiel <byronimo@gmail.com> | 2010-06-11 16:42:09 +0200 |
commit | e14e3f143e7260de9581aee27e5a9b2645db72de (patch) | |
tree | fc85ccf6a7eaf87b35058915b534ccf634f2ff94 /test/git/async/test_pool.py | |
parent | 1873db442dc7511fc2c92fbaeb8d998d3e62723d (diff) | |
download | gitpython-e14e3f143e7260de9581aee27e5a9b2645db72de.tar.gz |
Removed commented-out debug code and additional debug printings. Verified it works on py2.4, 2.5 and 2.6
Diffstat (limited to 'test/git/async/test_pool.py')
-rw-r--r-- | test/git/async/test_pool.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/git/async/test_pool.py b/test/git/async/test_pool.py index c786770a..0042c4a8 100644 --- a/test/git/async/test_pool.py +++ b/test/git/async/test_pool.py @@ -19,7 +19,6 @@ class TestThreadPool(TestBase): def _assert_single_task(self, p, async=False): """Performs testing in a synchronized environment""" - # return # DEBUG TODO: Fixme deactivated it print >> sys.stderr, "Threadpool: Starting single task (async = %i) with %i threads" % (async, p.size()) null_tasks = p.num_tasks() # in case we had some before |