From f950e32893fc066b2c952c7bc5327b1c9b0b103a Mon Sep 17 00:00:00 2001 From: Erik Frojdh Date: Fri, 25 Sep 2020 08:53:35 +0200 Subject: [PATCH] fix to utils --- python/slsdet/utils.py | 1 - 1 file changed, 1 deletion(-) 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):