Remove trollies debug now that we have the proper stack traces
This commit is contained in:
parent
3c595efbd2
commit
5aef4f5ee7
1 changed files with 1 additions and 1 deletions
|
@ -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'
|
Reference in a new issue