diff --git a/src/runner_doiact.h b/src/runner_doiact.h
index 3b2bb6e68856db3804b2cea1ce4ab739531b17c4..541f1b0e70326560891b309037fa8a4f1fefee33 100644
--- a/src/runner_doiact.h
+++ b/src/runner_doiact.h
@@ -657,11 +657,6 @@ void DOPAIR_SUBSET(struct runner *r, struct cell *restrict ci,
         /* Hit or miss? */
         if (r2 < hig2) {
 
-/* if(pi->id == 142801) */
-/*   message("PAIR_SUBSET interaction with pj->id=%lld hi=%e, hig2=%e r2=%e
- * c->loc=[%e %e %e]", */
-/* 	  pj->id, hi, hig2, r2, cj->loc[0], cj->loc[1], cj->loc[2]); */
-
 #ifndef WITH_OLD_VECTORIZATION
 
           IACT_NONSYM(r2, dx, hi, pj->h, pi, pj);
@@ -715,6 +710,7 @@ void DOPAIR_SUBSET(struct runner *r, struct cell *restrict ci,
 
         /* Get a pointer to the jth particle. */
         struct part *restrict pj = &parts_j[sort_j[pjd].i];
+
         /* Compute the pairwise distance. */
         float r2 = 0.0f;
         float dx[3];
@@ -726,11 +722,6 @@ void DOPAIR_SUBSET(struct runner *r, struct cell *restrict ci,
         /* Hit or miss? */
         if (r2 < hig2) {
 
-/* if(pi->id == 142801) */
-/*   message("PAIR_SUBSET interaction with pj->id=%lld hi=%e, hig2=%e r2=%e
- * c->loc=[%e %e %e]", */
-/* 	  pj->id, hi, hig2, r2, cj->loc[0], cj->loc[1], cj->loc[2]); */
-
 #ifndef WITH_OLD_VECTORIZATION
 
           IACT_NONSYM(r2, dx, hi, pj->h, pi, pj);