From: bangerth Date: Mon, 3 Oct 2011 02:35:59 +0000 (+0000) Subject: Take out debug output. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=afc1c263c1c5978272b0f499fa10e4054dc81ed1;p=dealii-svn.git Take out debug output. git-svn-id: https://svn.dealii.org/trunk@24506 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/tests/mpi/p4est_2d_ghost_02.cc b/tests/mpi/p4est_2d_ghost_02.cc index b3e601f9f7..51e2204a90 100644 --- a/tests/mpi/p4est_2d_ghost_02.cc +++ b/tests/mpi/p4est_2d_ghost_02.cc @@ -119,9 +119,6 @@ int main(int argc, char *argv[]) unsigned int myid = Utilities::MPI::this_mpi_process (MPI_COMM_WORLD); - std::cout << myid << ":" << getpid() << std::endl; - //system("sleep 20"); - deallog.push(Utilities::int_to_string(myid));