Skip to content

Commit

Permalink
removed a debug print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
debog committed Oct 8, 2024
1 parent 8020ced commit f3eff95
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Source/Microphysics/Kessler/ERF_Kessler.H
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,6 @@ public:
a_idx.clear();
a_names.clear();
if (a_sc.moisture_type == MoistureType::Kessler) {
printf("I AM HERE!!");
a_idx.push_back(4); a_names.push_back("RainAccum");
}
}
Expand Down

0 comments on commit f3eff95

Please sign in to comment.