diff --git a/python/slsdet/utils.py b/python/slsdet/utils.py index 02798401e..a1d6627ca 100755 --- a/python/slsdet/utils.py +++ b/python/slsdet/utils.py @@ -195,7 +195,6 @@ def add_argument_before(a, args): """Add a before the other arguments. Also works with dict that holds args to several modules. Always puts the args in a dict to be compatible with set_using_dict""" - print(f'{args=}') if isinstance(args, tuple): return (a, *args) elif isinstance(args, dict):