Skip to content

Commit

Permalink
Remove debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
gaearon authored and Timer committed Jan 11, 2018
1 parent 3cecb9d commit 9fc9ac6
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions tasks/e2e-kitchensink.sh
Original file line number Diff line number Diff line change
Expand Up @@ -129,15 +129,6 @@ REACT_APP_SHELL_ENV_MESSAGE=fromtheshell \
NODE_ENV=test \
yarn test --no-cache --testPathPattern=src

echo "before weird stuff"

PORT=3001 \
REACT_APP_SHELL_ENV_MESSAGE=fromtheshell \
NODE_PATH=src \
npm start

echo "after weird stuff"

# Test "development" environment
tmp_server_log=`mktemp`
PORT=3001 \
Expand Down

0 comments on commit 9fc9ac6

Please sign in to comment.