commit: 4551c6023417e8ddab2725bf5a0e0ecf618fcbc6
Author: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 21 23:51:55 2014 +0000
Commit: Brian Dolbec <brian.dolbec <AT> gmail <DOT> com>
CommitDate: Tue Apr 22 02:22:59 2014 +0000
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/portage.git;a=commit;h=4551c602
clean out some debug stuff
---
pym/portage/sync/controller.py | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/pym/portage/sync/controller.py b/pym/portage/sync/controller.py
index 0c341e1..70ec27b 100644
--- a/pym/portage/sync/controller.py
+++ b/pym/portage/sync/controller.py
@@ -58,7 +58,6 @@ class TaskHandler(object):
'options': options.copy()
}
result = getattr(inst, func)(**kwargs)
- print("TaskHandler, result =", result)
if show_progress:
# make sure the final progress is displayed
self.progress_bar.display()
@@ -135,7 +134,7 @@ class SyncManager(object):
def do_callback(self, result):
- print("result:", result, "callback()", self.callback)
+ #print("result:", result, "callback()", self.callback)
exitcode, updatecache_flg = result
if self.callback:
self.callback(exitcode, updatecache_flg)