mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-13 08:35:20 +02:00
Remove useless debug output (log at info level)
This commit is contained in:
@@ -44,9 +44,6 @@ void debugstreams_init(bool disable_stderr, const char *filename)
|
||||
fprintf(g_debugstreams[1], " Separator \n");
|
||||
fprintf(g_debugstreams[1], "-------------\n\n");
|
||||
}
|
||||
|
||||
DEBUGPRINT("Debug streams initialized, %s\n",
|
||||
disable_stderr?"not printing on stderr":"using stderr");
|
||||
}
|
||||
|
||||
void debugstreams_deinit()
|
||||
|
Reference in New Issue
Block a user