diff --git a/src/irregular.cpp b/src/irregular.cpp index 6b6d0584dc..656aa33870 100644 --- a/src/irregular.cpp +++ b/src/irregular.cpp @@ -237,9 +237,6 @@ int Irregular::migrate_check() int flagall; MPI_Allreduce(&flag,&flagall,1,MPI_INT,MPI_MAX,world); - - if (comm->me == 0) printf("MIGRATE CHECK %d\n",flagall); - return flagall; }