pzb 6 жил өмнө
parent
commit
17f266b1f9
1 өөрчлөгдсөн 0 нэмэгдсэн , 1 устгасан
  1. 0 1
      Controller/AppInfo.py

+ 0 - 1
Controller/AppInfo.py

@@ -68,7 +68,6 @@ class AppInfo(View):
                 app_info = App_Info.objects.get(appBundleId=appBundleId, app_type=app_type)
             except Exception:
                 errorInfo = traceback.format_exc()
-                print(errorInfo)
                 return response.json(424, {'details': errorInfo})
             else:
                 return response.json(0, {'appBundleId': app_info.appBundleId,