From ad0a1ffd66e6a4e7b00887f9a40993ef594d31a7 Mon Sep 17 00:00:00 2001 From: Eric Newcomer Date: Tue, 12 Sep 2023 19:00:29 +0000 Subject: [PATCH] Remove debug --- src/components/flow/actions/localization/MsgLocalizationForm.tsx | 1 - 1 file changed, 1 deletion(-) 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 = '';