From: Perttu Ahola Date: Sun, 11 Mar 2012 13:23:30 +0000 (+0200) Subject: Remove useless debug output (log at info level) X-Git-Url: http://81.2.79.47:8989/gitweb/?a=commitdiff_plain;h=f79082a46d5b2385ae5aebf9048d4ca8b87940c3;p=zefram%2Fminetest%2Fminetest_engine.git Remove useless debug output (log at info level) --- diff --git a/src/debug.cpp b/src/debug.cpp index fb04ba95..a197913a 100644 --- a/src/debug.cpp +++ b/src/debug.cpp @@ -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() diff --git a/src/main.cpp b/src/main.cpp index b1849e4a..1b4047de 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -861,9 +861,9 @@ int main(int argc, char *argv[]) DSTACK(__FUNCTION_NAME); - dstream<<"logfile = "<