summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJiri Moskovcak <jmoskovc@redhat.com>2009-03-03 15:23:34 +0100
committerJiri Moskovcak <jmoskovc@redhat.com>2009-03-03 15:23:34 +0100
commit7d46e5be7517f6050df44378a098c2ce6eb5aaa7 (patch)
treedfaf70d81bbc464b3975dc23d2fe20440f70787c
parent0bc7f0a810cb680909e02e42b018529e5aded69b (diff)
downloadabrt-7d46e5be7517f6050df44378a098c2ce6eb5aaa7.tar.gz
abrt-7d46e5be7517f6050df44378a098c2ce6eb5aaa7.tar.xz
abrt-7d46e5be7517f6050df44378a098c2ce6eb5aaa7.zip
removed some debug outputs
-rw-r--r--src/Gui/CCDBusBackend.py8
-rw-r--r--src/Gui/CCMainWindow.py2
2 files changed, 5 insertions, 5 deletions
diff --git a/src/Gui/CCDBusBackend.py b/src/Gui/CCDBusBackend.py
index 5199f4ac..7d9f0c49 100644
--- a/src/Gui/CCDBusBackend.py
+++ b/src/Gui/CCDBusBackend.py
@@ -46,12 +46,12 @@ class DBusManager(gobject.GObject):
#print "crash"
self.emit("crash")
- def analyze_complete_cb(self,*args):
- for arg in args:
- print "Analyze complete for: %s" % arg
+ def analyze_complete_cb(self,dump):
+ #for arg in args:
+ # print "Analyze complete for: %s" % arg
# emit signal to let clients know that analyze has been completed
# maybe rewrite this with async method call?
- self.emit("analyze-complete", arg)
+ self.emit("analyze-complete", dump)
def connect_to_daemon(self):
bus = dbus.SystemBus()
diff --git a/src/Gui/CCMainWindow.py b/src/Gui/CCMainWindow.py
index ef373edb..b622b9d0 100644
--- a/src/Gui/CCMainWindow.py
+++ b/src/Gui/CCMainWindow.py
@@ -143,7 +143,7 @@ class MainWindow():
# tady asi nedostanem UUID, ale vysledek nasi volane metody
#print report
#print "GUI: Analyze for package %s crash with UUID %s is complete" % (entry.Package, UUID)
- print "We should refresh the UI ..."
+ #print "We should refresh the UI ..."
if not report:
gui_error_message("Unable to get report! Debuginfo missing?")
return