Skip to content

Commit

Permalink
remove print
Browse files Browse the repository at this point in the history
  • Loading branch information
ValentinVignal committed Jun 8, 2020
1 parent f46aa0c commit 95ae42d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion epicpath/EpicPath.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,6 @@ def __eq__(self, other):
:param other:
:return: self == other
"""
print('type other', type(other))
if type(other) in [EpicPath, Path]:
other = EpicPath(other)
if type(other) is EpicPath:
Expand Down

0 comments on commit 95ae42d

Please sign in to comment.