mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-09-21 20:06:40 +00:00
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:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user