p4a loader: remove debug

This commit is contained in:
Oleksii Shevchuk 2019-08-19 21:56:23 +03:00
parent 3ea43e50f9
commit 23165e6ff6
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ if __name__ == '__main__':
while True:
try:
pp.main(debug=True)
pp.main()
except Exception as e:
import traceback
traceback.print_exc()