diff --git a/ankiqt/ui/main.py b/ankiqt/ui/main.py index 35a884bc6..bcaf1660d 100644 --- a/ankiqt/ui/main.py +++ b/ankiqt/ui/main.py @@ -1005,7 +1005,6 @@ your deck.""")) deck = DeckStorage.Deck(d, backup=False) except Exception, e: if not "File is in use" in str(e): - print "remove" toRemove.append(d) else: continue