From 27a0c22a230cd3d0ffe9d3f5e2c63cf87bdb89b1 Mon Sep 17 00:00:00 2001 From: phosit Date: Sun, 13 Jul 2025 15:36:34 +0200 Subject: [PATCH] Remove TIMER debug_filter There are now no "TIMER" messages printed anymore. So the filter can be removed. Refs: #1003 --- source/ps/GameSetup/GameSetup.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/source/ps/GameSetup/GameSetup.cpp b/source/ps/GameSetup/GameSetup.cpp index 5dcf4bf6db..4df73f1675 100644 --- a/source/ps/GameSetup/GameSetup.cpp +++ b/source/ps/GameSetup/GameSetup.cpp @@ -472,7 +472,6 @@ void EarlyInit() debug_SetThreadName("main"); // add all debug_printf "tags" that we are interested in: - debug_filter_add("TIMER"); debug_filter_add("FILES"); timer_Init();