From 005c1dd77670db0650214afe32f7deb3b9911d05 Mon Sep 17 00:00:00 2001 From: Justus Kuhlmann Date: Tue, 8 Apr 2025 14:40:50 +0000 Subject: [PATCH] less debug messages --- corrlib/input/openQCD.py | 1 - 1 file changed, 1 deletion(-) diff --git a/corrlib/input/openQCD.py b/corrlib/input/openQCD.py index 71f6d0d..d17e943 100644 --- a/corrlib/input/openQCD.py +++ b/corrlib/input/openQCD.py @@ -37,7 +37,6 @@ def read_param(path: str, project: str, file_in_project: str) -> dict[str, Any]: for rwp in ["rwfact", "nsrc", "irp", "mu", "np"]: if cline.startswith(rwp): param["rw_fcts"][nrw][rwp] = cline.split()[1] - print(param) for nrw in range(num_rw): if "nsrc" not in param["rw_fcts"][nrw]: param["rw_fcts"][nrw]["nsrc"] = 1