From fed87bd5c9435b4162ea47f81c8139571bd79bf5 Mon Sep 17 00:00:00 2001 From: LemonInTheDark <58055496+LemonInTheDark@users.noreply.github.com> Date: Fri, 16 May 2025 23:08:55 -0700 Subject: [PATCH] Removes clickturf debug code (#91191) Tiviiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiii's pr had debug code left in it, this removes that. what I get for not fine toothing this shit #90480 --- code/modules/keybindings/bindings_client.dm | 3 --- 1 file changed, 3 deletions(-) diff --git a/code/modules/keybindings/bindings_client.dm b/code/modules/keybindings/bindings_client.dm index 2cca9921f82..d9a5effd104 100644 --- a/code/modules/keybindings/bindings_client.dm +++ b/code/modules/keybindings/bindings_client.dm @@ -71,9 +71,6 @@ var/list/click_data = get_loc_from_mousepos(mousepos_x, mousepos_y, sizex, sizey, src) - var/turf/test = click_data[1] - test.add_atom_colour(COLOR_RED, ADMIN_COLOUR_PRIORITY) - var/keycount = 0 for(var/kb_name in prefs.key_bindings_by_key[full_key]) keycount++