[kupfer] utils: Remove debug printout in AsyncCommand



commit c2102bc67c7e150f60cad3d0cb290b1cb85892ff
Author: Ulrik Sverdrup <ulrik sverdrup gmail com>
Date:   Fri Mar 18 15:36:29 2011 +0100

    utils: Remove debug printout in AsyncCommand

 kupfer/utils.py |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/kupfer/utils.py b/kupfer/utils.py
index c9d7d7a..ae9a2fd 100644
--- a/kupfer/utils.py
+++ b/kupfer/utils.py
@@ -154,7 +154,6 @@ class AsyncCommand (object):
 			written = os.write(sourcefd, s)
 			if written < len(s):
 				databuf.insert(0, s[written:])
-			pretty.print_debug(__name__, "Wrote", repr(s[:written]))
 			return True
 		return False
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]