Merge pull request #2075 from coreos-inc/remove-trollius-debug

Remove trollius debug now that we have the proper stack traces
This commit is contained in:
josephschorr 2016-11-02 14:44:39 -04:00 committed by GitHub
commit a3c540efcb

View file

@ -7,6 +7,6 @@ monit
# Run the build manager.
cd /
exec TROLLIUSDEBUG=1 venv/bin/python -m buildman.builder 2>&1
exec venv/bin/python -m buildman.builder 2>&1
echo 'Internal build manager exited'