Remove debug print

This commit is contained in:
flan 2018-08-22 14:22:54 +02:00
parent ff8148b6fb
commit 9fb00c80b9

View File

@ -113,7 +113,6 @@ class SyncCollectionHandler(anki.sync.Syncer):
return lgraves
def applyGraves(self, chunk):
print(f"applyGraves chunk: {chunk}")
self.remove(chunk)
def applyChanges(self, changes):