1
0
Fork 0
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:
Perttu Ahola 2012-03-11 15:23:30 +02:00
parent e71d75ed9a
commit f79082a46d
3 changed files with 6 additions and 8 deletions

View file

@ -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()