aboutsummaryrefslogtreecommitdiff
path: root/gn3/commands.py
diff options
context:
space:
mode:
Diffstat (limited to 'gn3/commands.py')
-rw-r--r--gn3/commands.py1
1 files changed, 0 insertions, 1 deletions
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}"')