mirror of
https://github.com/qwjyh/browser-history-merger.git
synced 2024-11-24 16:01:06 +09:00
remove unnecssary prints
This commit is contained in:
parent
b3c9013f75
commit
a67e500c59
1 changed files with 0 additions and 4 deletions
|
@ -269,8 +269,6 @@ def add_db(
|
||||||
updating_urls,
|
updating_urls,
|
||||||
)
|
)
|
||||||
print(f"Wrote {root_cur.rowcount} urls")
|
print(f"Wrote {root_cur.rowcount} urls")
|
||||||
root_con.commit()
|
|
||||||
print(f"Wrote {root_cur.rowcount} urls")
|
|
||||||
logging.info("updated urls in new visits")
|
logging.info("updated urls in new visits")
|
||||||
res = cur.execute(select_visit_sql, [visits_time_max])
|
res = cur.execute(select_visit_sql, [visits_time_max])
|
||||||
new_visits = (
|
new_visits = (
|
||||||
|
@ -295,8 +293,6 @@ def add_db(
|
||||||
new_visits,
|
new_visits,
|
||||||
)
|
)
|
||||||
print(f"Wrote {root_cur.rowcount} visits")
|
print(f"Wrote {root_cur.rowcount} visits")
|
||||||
root_con.commit()
|
|
||||||
print(f"Wrote {root_cur.rowcount} visits")
|
|
||||||
logging.info("added new visits")
|
logging.info("added new visits")
|
||||||
|
|
||||||
# update visits_time_max
|
# update visits_time_max
|
||||||
|
|
Loading…
Reference in a new issue