Remove debug logging

This commit is contained in:
Nemo 2020-04-25 15:47:28 +05:30
parent 4e18ffa3ab
commit aeb9d6fc1d
1 changed files with 1 additions and 3 deletions

View File

@ -1,7 +1,5 @@
#!/bin/sh
export CHROME_REVISION=$(node -e "console.log(require('/usr/local/share/.config/yarn/global/node_modules/puppeteer/package.json')['puppeteer']['chromium_revision'])")
export CHROME_BIN="/usr/local/share/.config/yarn/global/node_modules/puppeteer/.local-chromium/linux-$CHROME_REVISION/chrome-linux/chrome"
env
ls -lah $CHROME_BIN
echo $CHROME_BIN
/usr/local/bin/node server.js $@