Skip to content

Commit

Permalink
remove debugging print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
baperry2 committed Feb 12, 2025
1 parent 3a45c2d commit b855813
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Exec/RegTests/HITDecay/pelelmex_prob.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,6 @@ PeleLM::readProbParm() // NOLINT(readability-make-member-function-const)
void
PeleLM::freeProbParm()
{
amrex::Print() << "Freeing prob parm" << std::endl;
amrex::The_Arena()->free(PeleLM::prob_parm->d_xarray);
amrex::The_Arena()->free(PeleLM::prob_parm->d_xdiff);
amrex::The_Arena()->free(PeleLM::prob_parm->d_uinput);
Expand Down

0 comments on commit b855813

Please sign in to comment.