|
@@ -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,
|