From eab18e95881d26063a42b7f0ad69e50caca649f5 Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Thu, 8 Mar 2012 06:24:20 +0900 Subject: [PATCH] remove testing onImport() line --- aqt/main.py | 1 - 1 file changed, 1 deletion(-) diff --git a/aqt/main.py b/aqt/main.py index b102245ad..1eca383a8 100755 --- a/aqt/main.py +++ b/aqt/main.py @@ -204,7 +204,6 @@ Are you sure?"""): # maybe sync (will load DB) self.onSync(auto=True) runHook("profileLoaded") - self.onImport() def unloadProfile(self, browser=True): if not self.pm.profile: