Skip to content

Commit cd617d7

Browse files
committed
Revert "Add extra debug info in emscripten-entry.sh"
This reverts commit 89e8ae6.
1 parent 89e8ae6 commit cd617d7

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

ci/emscripten-entry.sh

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,9 @@
1212
set -ex
1313

1414
# shellcheck disable=SC1091
15-
echo "IN EMSCRIPTEN ENTRY"
16-
source /emsdk-portable/emsdk_env.sh
15+
source /emsdk-portable/emsdk_env.sh &> /dev/null
1716

1817
# emsdk-portable provides a node binary, but we need version 8 to run wasm
1918
export PATH="/node-v12.3.1-linux-x64/bin:$PATH"
2019

21-
echo "RUNNING with PATH=$PATH"
2220
exec "$@"

0 commit comments

Comments
 (0)