static/emscripten/environment.js |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit 39de116b733685881f0defe9cc10070c826ad9c2
Author:     Stephan Bergmann <stephan.bergm...@allotropia.de>
AuthorDate: Mon Aug 26 09:04:04 2024 +0200
Commit:     Stephan Bergmann <stephan.bergm...@allotropia.de>
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 <stephan.bergm...@allotropia.de>

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;

Reply via email to