Skip to content

Commit

Permalink
Remove print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
angeloryan committed Oct 13, 2024
1 parent 5faddfd commit f270b0d
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1052,7 +1052,6 @@ private void selectPredictionsFileDirectory() {
}

private void runAnalysis() {
System.out.println(windowSettings);
try {
// Append a results folder to the output directory path
String resultsDirectory = analyticsOutputDirectory + "/results";
Expand Down

0 comments on commit f270b0d

Please sign in to comment.