From 9bfe257bd078342560accb731fc1fc466da6750f 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 4d7dcae6e5e..e10e7bea96a 100644 --- a/code/modules/client/client_procs.dm +++ b/code/modules/client/client_procs.dm @@ -1293,8 +1293,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