Skip to content

Commit

Permalink
Remove some invalid lines
Browse files Browse the repository at this point in the history
  • Loading branch information
hgiesel committed Mar 12, 2020
1 parent 2fce1a4 commit 39fb349
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/lib/sync_hook.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,5 @@ def check_cardids_for_straights(self, _chunk):
cardids_for_straight_check.clear()

def init_sync_hook():

# a = aqt.addons.AddonManager(mw)
# pp((a.allAddons()))
Syncer.mergeRevlog = wrap(Syncer.mergeRevlog, check_mobile, pos='before')
Syncer.applyChunk = wrap(Syncer.applyChunk, check_cardids_for_straights, pos='after')

0 comments on commit 39fb349

Please sign in to comment.