From f79082a46d5b2385ae5aebf9048d4ca8b87940c3 Mon Sep 17 00:00:00 2001 From: Perttu Ahola Date: Sun, 11 Mar 2012 15:23:30 +0200 Subject: [PATCH] Remove useless debug output (log at info level) --- src/debug.cpp | 3 --- src/main.cpp | 6 +++--- src/porting.cpp | 5 +++-- 3 files changed, 6 insertions(+), 8 deletions(-) diff --git a/src/debug.cpp b/src/debug.cpp index fb04ba952..a197913a9 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 b1849e4a7..1b4047de7 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -861,9 +861,9 @@ int main(int argc, char *argv[]) DSTACK(__FUNCTION_NAME); - dstream<<"logfile = "<