remove unused cotent
This commit is contained in:
parent
7454728340
commit
ce45a3618d
1 changed files with 1 additions and 2 deletions
|
|
@ -229,5 +229,4 @@ class Message(ComponentBase):
|
|||
logging.info(f"Converted content uploaded as {doc_id} (format={self._param.output_format})")
|
||||
|
||||
except Exception as e:
|
||||
logging.error(f"Error converting content to {self._param.output_format}: {e}")
|
||||
self.set_output("attachment", None)
|
||||
logging.error(f"Error converting content to {self._param.output_format}: {e}")
|
||||
Loading…
Add table
Reference in a new issue