From 79f3eb6a4d2fc2fa3ad596ede196efecda24ee16 Mon Sep 17 00:00:00 2001 From: Axel Kohlmeyer Date: Wed, 17 May 2023 17:35:22 -0400 Subject: [PATCH] remove debug code --- src/REPLICA/fix_pimd_langevin.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/REPLICA/fix_pimd_langevin.cpp b/src/REPLICA/fix_pimd_langevin.cpp index 3760c453ab..733d38e038 100644 --- a/src/REPLICA/fix_pimd_langevin.cpp +++ b/src/REPLICA/fix_pimd_langevin.cpp @@ -644,10 +644,6 @@ void FixPIMDLangevin::end_of_step() compute_p_cv(); compute_tote(); if (pstat_flag) compute_totenthalpy(); - - if (update->ntimestep % 10000 == 0) { - if (universe->me == 0) printf("This is the end of step %lld.\n", update->ntimestep); - } } void FixPIMDLangevin::collect_xc()