From 44f817aecc9bcf6a00e0e711acdba6123e01db26 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Wed, 23 Sep 2020 17:50:19 -0600 Subject: [PATCH] Don't even mention logstream in step-4. The only place where we do is to set the depth of output to zero, but that is already the default. --- examples/step-4/step-4.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/examples/step-4/step-4.cc b/examples/step-4/step-4.cc index b7a4368775..cdca010d76 100644 --- a/examples/step-4/step-4.cc +++ b/examples/step-4/step-4.cc @@ -537,7 +537,6 @@ void Step4::run() // could actually use it. int main() { - deallog.depth_console(0); { Step4<2> laplace_problem_2d; laplace_problem_2d.run(); -- 2.39.5