From: bangerth Date: Tue, 3 Sep 2013 21:05:22 +0000 (+0000) Subject: Remove debug calls previously left in accidentally. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c6b14aed3b32122e8fbd1b163f28bb1a6ec9432d;p=dealii-svn.git Remove debug calls previously left in accidentally. git-svn-id: https://svn.dealii.org/trunk@30577 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/source/hp/dof_handler.cc b/deal.II/source/hp/dof_handler.cc index 6e0cfe5cb7..8a32c2022a 100644 --- a/deal.II/source/hp/dof_handler.cc +++ b/deal.II/source/hp/dof_handler.cc @@ -2691,9 +2691,6 @@ namespace hp = std::vector (1, number_cache.locally_owned_dofs); - for (unsigned int level=0; levelcompress_data (); - // finally restore the user flags const_cast &>(*tria).load_user_flags(user_flags); } @@ -2731,9 +2728,6 @@ namespace hp #endif renumber_dofs_internal (new_numbers, dealii::internal::int2type()); - - for (unsigned int level=0; levelcompress_data (); }