Skip to content

Commit 421ad21

Browse files
Fixed: random print("hm") in merge_metadata
1 parent deb1c9c commit 421ad21

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

supervision/detection/utils/internal.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,6 @@ def merge_metadata(metadata_list: list[dict[str, Any]]) -> dict[str, Any]:
271271
"{type(value)}, {type(other_value)}."
272272
)
273273
else:
274-
print("hm")
275274
if merged_metadata[key] != value:
276275
raise ValueError(f"Conflicting metadata for key: '{key}'.")
277276

0 commit comments

Comments
 (0)