Remove print() debugging
This commit is contained in:
parent
1688218c95
commit
4aaf7e6749
1 changed files with 0 additions and 4 deletions
|
@ -176,10 +176,6 @@ class Database():
|
||||||
|
|
||||||
values = self.row_values(table, obj)
|
values = self.row_values(table, obj)
|
||||||
|
|
||||||
print(f"Got values {values}")
|
|
||||||
|
|
||||||
print(sql)
|
|
||||||
|
|
||||||
cr = self.db.execute(sql, values)
|
cr = self.db.execute(sql, values)
|
||||||
|
|
||||||
setattr(obj, table.__key__, cr.fetchone()[0])
|
setattr(obj, table.__key__, cr.fetchone()[0])
|
||||||
|
|
Loading…
Add table
Reference in a new issue