From 852995bbeb7677cab3177d18e636a5c5fd9685d5 Mon Sep 17 00:00:00 2001 From: nhmall Date: Sat, 1 Jun 2019 17:36:54 -0400 Subject: [PATCH] remove a couple of debugging lines in mon.c --- src/mon.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/mon.c b/src/mon.c index 7aecf116c..511f80a95 100644 --- a/src/mon.c +++ b/src/mon.c @@ -2648,12 +2648,8 @@ struct monst *mon; for (mtmp = fmon; mtmp; mtmp = mtmp->nmon) { if (DEADMONSTER(mtmp)) continue; - if (mtmp->mx == 0 && mtmp->my == 0) { - /* DEBUG ONLY - PLEASE REMOVE LATER */ - if ((mtmp->mstate & 0x7) == MON_DETACH) - pline("skipping m_detach() monster"); + if (mtmp->mx == 0 && mtmp->my == 0) continue; - } if (mon_has_amulet(mtmp) || !ok_to_obliterate(mtmp)) continue; if (mtmp->data->mlet == S_ELEMENTAL) {