From c9dc23a573b399b17eb508af6c85a153c1910de4 Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Tue, 31 May 2022 14:45:14 +0300 Subject: Remove unnecessary statement --- gn3/commands.py | 1 - 1 file changed, 1 deletion(-) (limited to 'gn3') diff --git a/gn3/commands.py b/gn3/commands.py index b1b3fc7..41418b0 100644 --- a/gn3/commands.py +++ b/gn3/commands.py @@ -67,7 +67,6 @@ def compose_pcorrs_command( primary_trait: str, control_traits: Tuple[str, ...], method: str, **kwargs): """Compose the command to run partias correlations""" - print(f"KWARGS: {kwargs}") prefix_cmd = ( f"{sys.executable}", "-m", "scripts.partial_correlations", primary_trait, ",".join(control_traits), f'"{method}"') -- cgit v1.2.3