Skip to content

Commit 94d830d

Browse files
author
Elias Benussi
committed
Remove print statement
1 parent 8b86897 commit 94d830d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

faculty/clients/experiment.py

-1
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,6 @@ def _deserialize(self, value, attr, data, **kwargs):
389389
return CompoundFilterSchema().load(value)
390390

391391
def _serialize(self, value, attr, obj, **kwargs):
392-
print(type(obj))
393392
if value is None and isinstance(obj, QueryRuns):
394393
return None
395394
elif value is None:

0 commit comments

Comments
 (0)