From 9585d3ab827d7c11c9a2bfa1f2643926b813fc4c Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Mon, 3 Oct 2011 02:35:59 +0000 Subject: [PATCH] Take out debug output. git-svn-id: https://svn.dealii.org/trunk@24506 0785d39b-7218-0410-832d-ea1e28bc413d --- tests/mpi/p4est_2d_ghost_02.cc | 3 --- 1 file changed, 3 deletions(-) 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)); -- 2.39.5