Skip to content

Commit 6ed00c4

Browse files
author
Kevin Kim
committed
Remove changes for db_object
1 parent a621f67 commit 6ed00c4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

labelbox/orm/db_object.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,6 @@ def _to_many(self, where=None, order_by=None):
150150
query_string, params = query.relationship(
151151
self.source if self.filter_on_id else type(self.source), rel, where,
152152
order_by)
153-
print(f"!! QUery string {query_string}")
154153
return PaginatedCollection(
155154
self.source.client, query_string, params,
156155
[utils.camel_case(self.source.type_name()), rel.graphql_name],

0 commit comments

Comments
 (0)