Skip to content

Commit 1e5866c

Browse files
author
Matt Sokoloff
committed
remove print
1 parent 7428b76 commit 1e5866c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

labelbox/schema/project.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,7 @@ def _validate_datetime(string_date: str) -> bool:
365365
""" % (id_param, id_param, filter_param)
366366

367367
start_time = time.time()
368-
print(query_str)
368+
369369
while True:
370370
res = self.client.execute(query_str, {id_param: self.uid})
371371
res = res["exportLabels"]

0 commit comments

Comments
 (0)