Skip to content

Commit

Permalink
..
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiog1901 committed Jul 16, 2023
1 parent 15b84a7 commit ac2d615
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions worst_crm/db.py
Original file line number Diff line number Diff line change
Expand Up @@ -1765,9 +1765,6 @@ def execute_stmt(
rs = cur.fetchone()
if rs:
if model:
print(model.__name__, "here")

print(rs)
return model(**{k: rs[i] for i, k in enumerate(col_names)})
else:
return rs
Expand Down

0 comments on commit ac2d615

Please sign in to comment.