mirror of
https://github.com/langgenius/dify.git
synced 2026-05-06 10:28:10 +08:00
remove not necessary error reporting
This commit is contained in:
@ -137,7 +137,6 @@ class WorkflowAppGenerator(BaseAppGenerator):
|
||||
logger.exception("Validation Error when generating")
|
||||
queue_manager.publish_error(e, PublishFrom.APPLICATION_MANAGER)
|
||||
except (ValueError, InvokeError) as e:
|
||||
logger.exception("Bad Request when generating")
|
||||
queue_manager.publish_error(e, PublishFrom.APPLICATION_MANAGER)
|
||||
except Exception as e:
|
||||
logger.exception("Unknown Error when generating")
|
||||
|
||||
Reference in New Issue
Block a user