Skip to content
Snippets Groups Projects
Commit 786aac40 authored by Alexander Schlemmer's avatar Alexander Schlemmer
Browse files

MAIN: remove debugging statement

parent 5376694a
Branches
Tags
2 merge requests!71REL: RElease v0.2.0,!59Fix hash function
Pipeline #29605 passed
......@@ -68,7 +68,6 @@ def _value_representation(value):
or isinstance(value, datetime)):
return str(value)
else:
breakpoint()
raise ValueError(f"Unknown datatype of the value: {value}")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment