Remove leftover debug pline
authorPasi Kallinen <paxed@alt.org>
Fri, 7 Oct 2022 08:44:03 +0000 (11:44 +0300)
committerPasi Kallinen <paxed@alt.org>
Fri, 7 Oct 2022 08:44:03 +0000 (11:44 +0300)
src/hack.c

index 72af80af6e92d3ca6db1a881d624924a6b552fa5..dabe05e7ff8be03e30e1279bbfee3de2888418a8 100644 (file)
@@ -2065,7 +2065,6 @@ slippery_ice_fumbling(void)
             || resists_cold(&g.youmonst) || Flying
             || is_floater(g.youmonst.data) || is_clinger(g.youmonst.data)
             || is_whirly(g.youmonst.data)) {
-            pline("skates!");
             on_ice = FALSE;
         } else if (!rn2(Cold_resistance ? 3 : 2)) {
             HFumbling |= FROMOUTSIDE;