From 65be93edd0af0866270bd37d3c033c59d5f60674 Mon Sep 17 00:00:00 2001 From: Mike Kryjak Date: Tue, 13 Aug 2024 10:52:15 +0100 Subject: [PATCH] Remove unnecessary prints --- src/sheath_boundary_simple.cxx | 4 ---- 1 file changed, 4 deletions(-) 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"; } }