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 /lib/git/async/util.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 'lib/git/async/util.py')
-rw-r--r-- | lib/git/async/util.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/git/async/util.py b/lib/git/async/util.py index 11ab75a6..4c4f3929 100644 --- a/lib/git/async/util.py +++ b/lib/git/async/util.py @@ -2,7 +2,6 @@ from threading import ( Lock, - current_thread, _allocate_lock, _Condition, _sleep, |