From 9fe87329cd319b4808e6779875b1281eb5a28c50 Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Sat, 6 Jun 2009 23:12:23 +0900 Subject: [PATCH] remove debugging code --- ankiqt/ui/main.py | 1 - 1 file changed, 1 deletion(-) 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