mirror of
https://github.com/luanti-org/luanti.git
synced 2025-08-11 17:51:04 +00:00
Remove useless debug output (log at info level)
This commit is contained in:
parent
e71d75ed9a
commit
f79082a46d
3 changed files with 6 additions and 8 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue