Remove debugging print.

This commit is contained in:
John Schember 2010-02-21 11:03:32 -05:00
parent 9c74cd945f
commit 0ef1d8f5f7

View File

@ -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,