Removed breakpoints

This commit is contained in:
Raelon Masters
2020-04-06 17:18:21 -04:00
parent 8431b6b2a5
commit 6df2bdab97

View File

@@ -112,7 +112,6 @@ class Storage:
_s = _p.replace("'", "")
_x = re.sub(_title_regx, "", _s)
_s = _x.strip()
breakpoint()
_q_x = """
SELECT id FROM collections where collection='%s'\
AND book_id_id=%s