aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--common/engine.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/engine.cpp b/common/engine.cpp
index 90d73ed53a..dbf7c09086 100644
--- a/common/engine.cpp
+++ b/common/engine.cpp
@@ -235,7 +235,7 @@ void CDECL warning(const char *s, ...) {
#endif
}
-uint16 _debugLevel = 1;
+uint16 _debugLevel = 0;
void CDECL debug(int level, const char *s, ...) {
#ifdef __PALM_OS__