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
This commit is contained in:
LemonInTheDark
2025-05-16 23:08:55 -07:00
committed by GitHub
parent e36cb34028
commit fed87bd5c9
@@ -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++