Skip to content

Commit 81fb2f4

Browse files
committed
cleanup
1 parent a58ce6c commit 81fb2f4

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

libs/labelbox/src/labelbox/client.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1242,9 +1242,6 @@ def upsert_feature_schema(self, feature_schema: Dict) -> FeatureSchema:
12421242
endpoint, json={"normalized": json.dumps(feature_schema)}
12431243
)
12441244

1245-
print('json.dumps(feature_schema)')
1246-
print(json.dumps(feature_schema))
1247-
12481245
if response.status_code == requests.codes.ok:
12491246
return self.get_feature_schema(response.json()["schemaId"])
12501247
else:

0 commit comments

Comments
 (0)