From ea4e6f4c54fae62ef1d7ee1c99066724326175e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bar=C4=B1=C5=9F=20Metin?= Date: Wed, 18 Oct 2006 16:16:18 +0000 Subject: [PATCH] debug.. --- pisi/cli/__init__.py | 1 - 1 file changed, 1 deletion(-) diff --git a/pisi/cli/__init__.py b/pisi/cli/__init__.py index 722aa414..01e59b0b 100644 --- a/pisi/cli/__init__.py +++ b/pisi/cli/__init__.py @@ -126,7 +126,6 @@ class CLI(UI): def display_progress(self, operation, percent, info="", **ka): """ display progress of any operation """ - print operation if operation == "removing": return elif operation == "fetching":