diff --git a/src/sheath_boundary_simple.cxx b/src/sheath_boundary_simple.cxx index 83d88881..c9a08640 100644 --- a/src/sheath_boundary_simple.cxx +++ b/src/sheath_boundary_simple.cxx @@ -623,10 +623,6 @@ void SheathBoundarySimple::transform(Options& state) { ion_sheath_power_ylow[ip] += heatflow; // Upper Y, so power placed in first guard cell - output << "\n****************************\n"; - output << "visheath = " << visheath << "\n"; - output << "ion heatflow = " << heatflow; - output << "\n****************************\n"; } }