Skip to content

Commit

Permalink
Remove unneeded print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
jrm5100 committed Oct 31, 2019
1 parent 2b5a431 commit c9e736c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion clarite/modules/analyze.py
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit c9e736c

Please sign in to comment.