From: Wolfgang Bangerth Date: Mon, 3 Oct 2011 02:35:59 +0000 (+0000) Subject: Take out debug output. X-Git-Tag: v8.0.0~3310 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9585d3ab827d7c11c9a2bfa1f2643926b813fc4c;p=dealii.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));