summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorStephan Bergmann <stephan.bergmann@allotropia.de>2024-08-26 09:04:04 +0200
committerStephan Bergmann <stephan.bergmann@allotropia.de>2024-08-26 16:30:12 +0200
commit39de116b733685881f0defe9cc10070c826ad9c2 (patch)
treee1de980fa9d6f9908b8b7e35159bc1e1a75c7956 /static
parenta3a71ed916994df700f42b58b6400dafed3db8e4 (diff)
+WARN is the default with an unset SAL_LOG env var, anyway
Change-Id: Ia8bbc1bdc09705f1ecab783d0d73a417f0ef84e5 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/172378 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <stephan.bergmann@allotropia.de>
Diffstat (limited to 'static')
-rw-r--r--static/emscripten/environment.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/static/emscripten/environment.js b/static/emscripten/environment.js
index 29f2dfaa0bc8..de978115af75 100644
--- a/static/emscripten/environment.js
+++ b/static/emscripten/environment.js
@@ -1,6 +1,5 @@
if (!('preRun' in Module)) Module['preRun'] = [];
Module.preRun.push(function() {
ENV.MAX_CONCURRENCY = '4';
- ENV.SAL_LOG = "+WARN"
});
Module.ignoreApplicationExit = true;