From aff45fb73071502b05d746dc59a78568f1f86999 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Wed, 12 Nov 2014 14:30:17 +0530 Subject: [PATCH] ... --- src/calibre/gui2/add2.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/calibre/gui2/add2.py b/src/calibre/gui2/add2.py index 78b2605c9a..e95df4a034 100644 --- a/src/calibre/gui2/add2.py +++ b/src/calibre/gui2/add2.py @@ -386,8 +386,6 @@ class Adder(QObject): # TODO: Duplicates and auto-merge (in particular adding duplicated files as well as adding files already in the db) # TODO: Test importing with filetype plugin (archive, de-obfuscate) -# TODO: Test handling of exception in metadata read function # TODO: Report terminal erros where some books have been added better # TODO: Test direct add of books to device # TODO: Test adding form device to library -# TODO: Check aborting after a few books have been added