Remove TIMER debug_filter

There are now no "TIMER" messages printed anymore. So the filter can be
removed.

Refs: #1003
This commit is contained in:
phosit
2025-07-13 15:36:34 +02:00
parent 971525a41b
commit 27a0c22a23
-1
View File
@@ -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();