summaryrefslogtreecommitdiff
path: root/src/debug.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/debug.cpp')
-rw-r--r--src/debug.cpp3
1 files changed, 0 insertions, 3 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()