diff --git a/mpiuse.c b/mpiuse.c
index 093a52ba6d10fa0f89d954d035fa5b180485f69b..ed6007a3a7883df053b062f1ce495e7eb73fa52f 100644
--- a/mpiuse.c
+++ b/mpiuse.c
@@ -197,10 +197,8 @@ void mpiuse_dump_logs(int nranks, const char *dumpfile) {
      * one-by-one. */
     int kk = k;
     MPI_Bcast(&kk, 1, MPI_INT, 0, MPI_COMM_WORLD);
-    message("Bcast says: %d/%d/%d", kk, k, myrank);
 
     if (kk == myrank) {
-        message("Dumping from rank: %d/%d/%d", kk, k, myrank);
 
       /* Open file and position at end. */
       fd = fopen(dumpfile, "a");