From c9e736ca505fb63c6440c9163d9ded800933b29a Mon Sep 17 00:00:00 2001 From: John McGuigan Date: Thu, 31 Oct 2019 16:39:07 -0400 Subject: [PATCH] Remove unneeded print statement --- clarite/modules/analyze.py | 1 - 1 file changed, 1 deletion(-) diff --git a/clarite/modules/analyze.py b/clarite/modules/analyze.py index 8a9612d..9f42f24 100644 --- a/clarite/modules/analyze.py +++ b/clarite/modules/analyze.py @@ -183,7 +183,6 @@ def run_regressions(phenotype: str, except Exception as e: click.echo(f"{rv} = NULL due to: {e}") # Save results - print(regression.get_results()) result.append(regression.get_results()) click.echo(f"\n####### Regressing {len(rv_cat)} Categorical Variables #######\n")