Skip to content

Commit

Permalink
remove print
Browse files Browse the repository at this point in the history
  • Loading branch information
gaurav274 committed Sep 26, 2023
1 parent 6b3f267 commit ba126b8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion evadb/catalog/catalog_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,6 @@ def check_native_table_exists(self, table_name: str, database_name: str):

# Check table existence.
table_df = resp.data
print(table_df)
if table_name not in table_df["table_name"].values:
return False

Expand Down

0 comments on commit ba126b8

Please sign in to comment.