Chromium Code Reviews| Index: tools/bug_chomper/run_server.sh |
| diff --git a/tools/bug_chomper/run_server.sh b/tools/bug_chomper/run_server.sh |
| index a6cb4531aa047301d7816b8c21e346bba6ac3342..76518afa7320dedf58088cb84e729fe64781aff3 100755 |
| --- a/tools/bug_chomper/run_server.sh |
| +++ b/tools/bug_chomper/run_server.sh |
| @@ -20,4 +20,3 @@ if [[ ! -f oauth_client_secret.json ]]; then |
| fi |
| GOPATH="$GOPATH:$DIR" go run $DIR/src/server/server.go $@ |
| - |