Skip to content
This repository has been archived by the owner on May 9, 2024. It is now read-only.

Commit

Permalink
Remove debug logging
Browse files Browse the repository at this point in the history
  • Loading branch information
kurapov-peter authored and alexbaden committed Jun 28, 2023
1 parent 9dc53de commit f421fae
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion python/tests/test_pyhdk_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ def check_ref(ref, idx):
class TestImport(BaseTest):
def test_create_table(self):
hdk = pyhdk.init()
pyhdk.initLogger(debug_logs=True)

ht = hdk.create_table("test1", [("a", "int"), ("b", hdk.type("fp"))])
check_schema(ht.schema, {"a": "INT64", "b": "FP64"})
Expand Down

0 comments on commit f421fae

Please sign in to comment.