diff options
-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 |