Skip to content

Commit aa4284e

Browse files
author
notactuallyfinn
committed
removed unnecessary print statements
1 parent 1c10dca commit aa4284e

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/hermes/model/merge/match.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,6 @@ def match_equals(a: Any, b: Any) -> bool:
2727
:return: Truth value of a == b.
2828
:rtype: bool
2929
"""
30-
print(f"a: {a}")
31-
print(f"b: {b}")
3230
return a == b
3331

3432

0 commit comments

Comments
 (0)