Skip to content

Commit 91df787

Browse files
committed
Forgot to remove a print statement
1 parent ca247c0 commit 91df787

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

elephant/schemas/function_validator.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ def decorator(func):
1515
@wraps(func)
1616
def wrapper(*args, **kwargs):
1717

18-
print(skip_validation)
1918
if not skip_validation:
2019
# Bind args & kwargs to function parameters
2120
bound = sig.bind_partial(*args, **kwargs)

0 commit comments

Comments
 (0)