summaryrefslogtreecommitdiff
path: root/src/log.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/log.cpp')
-rw-r--r--src/log.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/log.cpp b/src/log.cpp
index d9eb0bda..7b155d51 100644
--- a/src/log.cpp
+++ b/src/log.cpp
@@ -101,7 +101,5 @@ void warning(const char *warning_text) {
* Shortcut to log a status update, will only really be logged in debug mode.
*/
void status(const char *status_text) {
-#ifdef DEBUG
log("Status", status_text);
-#endif
}