From: Guido Kanschat Date: Tue, 15 Feb 2011 17:52:31 +0000 (+0000) Subject: ...and remove debug output X-Git-Tag: v8.0.0~4336 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fb0f6e970a3dc677c1b51da0be322933469029ed;p=dealii.git ...and remove debug output git-svn-id: https://svn.dealii.org/trunk@23366 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/include/deal.II/numerics/mesh_worker_loop.h b/deal.II/include/deal.II/numerics/mesh_worker_loop.h index 8ad75db23c..1584ad9269 100644 --- a/deal.II/include/deal.II/numerics/mesh_worker_loop.h +++ b/deal.II/include/deal.II/numerics/mesh_worker_loop.h @@ -275,8 +275,6 @@ namespace MeshWorker dof_info.assemble(assembler); } #endif - for (unsigned int i=0;i<3;++i) - deallog << '[' << assembler(i) << ']'; } /**