diff --git a/Source/reactions/Castro_react.cpp b/Source/reactions/Castro_react.cpp index eaf9fe5ed6..e050e2008f 100644 --- a/Source/reactions/Castro_react.cpp +++ b/Source/reactions/Castro_react.cpp @@ -236,7 +236,6 @@ Castro::react_state(MultiFab& s, MultiFab& r, Real time, Real dt, const int stra #ifdef SHOCK_VAR if (U(i,j,k,USHK) > 0.0_rt && disable_shock_burning == 1) { - amrex::Error("shock in react!!!"); do_burn = false; } #endif