Skip to content

Commit 98bb63e

Browse files
Removed extra print(). (#201)
1 parent 3a58b3a commit 98bb63e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/firebolt/async_db/cursor.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -664,7 +664,6 @@ async def get_status(self, query_id: str) -> QueryStatus:
664664
# Remember that query_id might be empty.
665665
if resp_json["status"] == "":
666666
return QueryStatus.NOT_READY
667-
print(resp_json)
668667
return QueryStatus[resp_json["status"]]
669668

670669
# Context manager support

0 commit comments

Comments
 (0)