static/emscripten/environment.js | 1 -
1 file changed, 1 deletion(-)
New commits:
commit 39de116b733685881f0defe9cc10070c826ad9c2
Author: Stephan Bergmann <[email protected]>
AuthorDate: Mon Aug 26 09:04:04 2024 +0200
Commit: Stephan Bergmann <[email protected]>
CommitDate: Mon Aug 26 16:30:12 2024 +0200
+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 <[email protected]>
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;