summaryrefslogtreecommitdiffstats
path: root/contrib/src/uscxml/InterpreterOptions.h
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/src/uscxml/InterpreterOptions.h')
-rw-r--r--contrib/src/uscxml/InterpreterOptions.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/src/uscxml/InterpreterOptions.h b/contrib/src/uscxml/InterpreterOptions.h
index 44bb399..b6c0e88 100644
--- a/contrib/src/uscxml/InterpreterOptions.h
+++ b/contrib/src/uscxml/InterpreterOptions.h
@@ -41,7 +41,7 @@ public:
withHTTP(true),
withHTTPS(true),
withWS(true),
- withDebugger(true),
+ withDebugger(false),
logLevel(0),
httpPort(5080),
httpsPort(5443),