summaryrefslogtreecommitdiff
path: root/src/debug.cpp
diff options
context:
space:
mode:
authorPerttu Ahola <celeron55@gmail.com>2012-03-11 15:23:30 +0200
committerPerttu Ahola <celeron55@gmail.com>2012-03-11 15:23:30 +0200
commitf79082a46d5b2385ae5aebf9048d4ca8b87940c3 (patch)
tree0cc597ab0e03e9f62050f2681754ae579cc45253 /src/debug.cpp
parente71d75ed9a8893b2ee67c6953ab633dd210c072c (diff)
downloadminetest-f79082a46d5b2385ae5aebf9048d4ca8b87940c3.tar.gz
minetest-f79082a46d5b2385ae5aebf9048d4ca8b87940c3.tar.bz2
minetest-f79082a46d5b2385ae5aebf9048d4ca8b87940c3.zip
Remove useless debug output (log at info level)
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()