mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-05 19:33:48 +02:00
Remove debugging print.
This commit is contained in:
parent
9c74cd945f
commit
0ef1d8f5f7
1 changed files with 0 additions and 1 deletions
|
|
@ -991,7 +991,6 @@ def files_dropped_on_book(self, event, paths):
|
|||
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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue