From 619f0722eee39968c6e487b3eb947cb52dd4ca34 Mon Sep 17 00:00:00 2001 From: dobefore <1432338032@qq.com> Date: Thu, 23 Sep 2021 13:42:00 +0800 Subject: [PATCH] remove_unnessary_print --- src/ankisyncd/sync.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/ankisyncd/sync.py b/src/ankisyncd/sync.py index 9f37a95..b92d6a5 100644 --- a/src/ankisyncd/sync.py +++ b/src/ankisyncd/sync.py @@ -135,7 +135,6 @@ select id from notes where mid = ?) limit 1""" "notetypes", ] for tb in tables: - print(self.col.db.scalar(f'select null from {tb} where usn=-1')) if self.col.db.scalar(f'select null from {tb} where usn=-1'): return f'table had usn=-1: {tb}'