Skip to content

Commit

Permalink
remove cout from regular calc runs
Browse files Browse the repository at this point in the history
  • Loading branch information
poco0317 committed Aug 29, 2023
1 parent 4763f25 commit a299e1a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Etterna/MinaCalc/MinaCalc.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,8 @@ Calc::CalcMain(const std::vector<NoteInfo>& NoteInfo,

// if we exceed max_rows_for_single_interval during processing
if (skip) {
std::cout << "skipping junk file" << std::endl;
if (debugmode)
std::cout << "skipping junk file" << std::endl;
return dimples_the_all_zero_output;
}

Expand Down

0 comments on commit a299e1a

Please sign in to comment.