diff --git a/src/verlet.cpp b/src/verlet.cpp index c94757731e..8e1bccc362 100644 --- a/src/verlet.cpp +++ b/src/verlet.cpp @@ -243,7 +243,6 @@ void Verlet::run(int n) comm->forward_comm(); timer->stamp(TIME_COMM); } else { - printf("RENEIGH %ld\n",ntimestep); if (n_pre_exchange) modify->pre_exchange(); if (triclinic) domain->x2lamda(atom->nlocal); domain->pbc();