From ecf847d67bf7d6654d4496bbd0b503bfb5b1cd3b Mon Sep 17 00:00:00 2001 From: Zirok <108930384+Zirok-BYOND@users.noreply.github.com> Date: Fri, 16 Sep 2022 11:13:15 +0200 Subject: [PATCH] remove a stray debug log that accidently made it into the previous commit --- code/modules/projectiles/gun.dm | 1 - 1 file changed, 1 deletion(-) diff --git a/code/modules/projectiles/gun.dm b/code/modules/projectiles/gun.dm index ffca946b31..df3607bf32 100644 --- a/code/modules/projectiles/gun.dm +++ b/code/modules/projectiles/gun.dm @@ -691,7 +691,6 @@ lad.client.view_size.zoomOut(zoom_out_amt, zoom_amt, new_dir) /obj/item/gun/proc/zoom(mob/living/user, direct, forced_zoom) - to_chat(user, "zoomies") if(!(user?.client)) return