diff --git a/ankiqt/ui/sync.py b/ankiqt/ui/sync.py index f5c2091f1..819f79ee2 100755 --- a/ankiqt/ui/sync.py +++ b/ankiqt/ui/sync.py @@ -148,9 +148,6 @@ sync was aborted. Please report this error.""") # exists on server? deckCreated = False if not proxy.hasDeck(syncName): - # multi-mode? - if deck: - return if self.onlyMerge: keys = [k for (k,v) in proxy.decks.items() if v[1] != -1] self.emit(SIGNAL("noMatchingDeck"), keys)