Remove debug print
This commit is contained in:
		
							parent
							
								
									ff8148b6fb
								
							
						
					
					
						commit
						9fb00c80b9
					
				@ -113,7 +113,6 @@ class SyncCollectionHandler(anki.sync.Syncer):
 | 
				
			|||||||
        return lgraves
 | 
					        return lgraves
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    def applyGraves(self, chunk):
 | 
					    def applyGraves(self, chunk):
 | 
				
			||||||
        print(f"applyGraves chunk: {chunk}")
 | 
					 | 
				
			||||||
        self.remove(chunk)
 | 
					        self.remove(chunk)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    def applyChanges(self, changes):
 | 
					    def applyChanges(self, changes):
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user