diff --git a/src/components/flow/actions/localization/MsgLocalizationForm.tsx b/src/components/flow/actions/localization/MsgLocalizationForm.tsx index d002343e9..e9e1d97b3 100644 --- a/src/components/flow/actions/localization/MsgLocalizationForm.tsx +++ b/src/components/flow/actions/localization/MsgLocalizationForm.tsx @@ -191,7 +191,6 @@ export default class MsgLocalizationForm extends React.Component< const attachments: any = mutate(this.state.attachments, { $push: [{ type: response.data.type, url: response.data.url, uploaded: true }] }); - console.log(attachments); this.setState({ attachments }); const uploadError: string = '';