diff options
author | Jiri Moskovcak <jmoskovc@redhat.com> | 2010-04-06 18:58:03 +0200 |
---|---|---|
committer | Jiri Moskovcak <jmoskovc@redhat.com> | 2010-04-06 18:58:03 +0200 |
commit | 1b8ce03ff4071fcfc3a8d84b1df70004df8c5061 (patch) | |
tree | 487de4388d9a0b520a2ae31abf3245ce75e46457 /src | |
parent | 46da227f72904f062d314733b2fdc19dc7698cff (diff) | |
download | abrt-1b8ce03ff4071fcfc3a8d84b1df70004df8c5061.tar.gz abrt-1b8ce03ff4071fcfc3a8d84b1df70004df8c5061.tar.xz abrt-1b8ce03ff4071fcfc3a8d84b1df70004df8c5061.zip |
removed forgotten debug message
Diffstat (limited to 'src')
-rw-r--r-- | src/Gui/CCMainWindow.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Gui/CCMainWindow.py b/src/Gui/CCMainWindow.py index a850f52a..16314bb7 100644 --- a/src/Gui/CCMainWindow.py +++ b/src/Gui/CCMainWindow.py @@ -199,7 +199,6 @@ class MainWindow(): if selection: # returns (dumpsListStore, path) tuple dumpsListStore, path = selection.get_selected_rows() - print path return dumpsListStore, path else: return None, None |