From 1b68eba3d85d4318aed5318ecd26fcc3e7323a85 Mon Sep 17 00:00:00 2001 From: harry Date: Mon, 7 Apr 2025 16:07:27 +0100 Subject: [PATCH] [NO GBP] removes scalies from the codebase (#90472) ## About The Pull Request left over debug line that someone ...? forgot about ## Why It's Good For The Game scalies: ## Changelog :cl: fix: removes an excess debug line /:cl: --- code/modules/client/client_procs.dm | 2 -- 1 file changed, 2 deletions(-) diff --git a/code/modules/client/client_procs.dm b/code/modules/client/client_procs.dm index 96caf8710d3..801282bb757 100644 --- a/code/modules/client/client_procs.dm +++ b/code/modules/client/client_procs.dm @@ -1253,8 +1253,6 @@ GLOBAL_LIST_INIT(blacklisted_builds, list( /client/proc/acquire_dpi() window_scaling = text2num(winget(src, null, "dpi")) - debug_admins("scalies: [window_scaling]") - #undef ADMINSWARNED_AT #undef CURRENT_MINUTE #undef CURRENT_SECOND