From 23165e6ff6ccb9302cc5cbaf74e609bda254f293 Mon Sep 17 00:00:00 2001 From: Oleksii Shevchuk Date: Mon, 19 Aug 2019 21:56:23 +0300 Subject: [PATCH] p4a loader: remove debug --- client/android_sources/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/android_sources/main.py b/client/android_sources/main.py index bdbbfcff..da004509 100644 --- a/client/android_sources/main.py +++ b/client/android_sources/main.py @@ -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()