Skip to content

Commit

Permalink
Removed rogue print() from test
Browse files Browse the repository at this point in the history
  • Loading branch information
simonw committed Jun 5, 2020
1 parent 84a9c4f commit 033a1bb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_internals_database.py
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,6 @@ def write_fn(conn):
with conn:
conn.execute("delete from roadside_attractions where pk = 1;")
row = conn.execute("select count(*) from roadside_attractions").fetchone()
print("row = ", row)
return row[0]

task_id = await db.execute_write_fn(write_fn)
Expand Down

0 comments on commit 033a1bb

Please sign in to comment.