From 0ef1d8f5f764979189bf66e69edc3dd892671771 Mon Sep 17 00:00:00 2001 From: John Schember Date: Sun, 21 Feb 2010 11:03:32 -0500 Subject: [PATCH] Remove debugging print. --- src/calibre/gui2/ui.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/calibre/gui2/ui.py b/src/calibre/gui2/ui.py index 756ac113dc..b741e18f89 100644 --- a/src/calibre/gui2/ui.py +++ b/src/calibre/gui2/ui.py @@ -991,7 +991,6 @@ class Main(MainWindow, Ui_MainWindow, DeviceGUI): self.library_view.model().current_changed(current_idx, current_idx) def __add_filesystem_book(self, paths, allow_device=True): - print 222, paths if isinstance(paths, basestring): paths = [paths] books = [path for path in map(os.path.abspath, paths) if os.access(path,