Remove trollies debug now that we have the proper stack traces

This commit is contained in:
Joseph Schorr 2016-11-02 14:42:59 -04:00
parent 3c595efbd2
commit 5aef4f5ee7

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'