Skip to content

Commit

Permalink
Remove debug
Browse files Browse the repository at this point in the history
  • Loading branch information
ericnewcomer committed Sep 12, 2023
1 parent e945d1e commit ad0a1ff
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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 = '';
Expand Down

0 comments on commit ad0a1ff

Please sign in to comment.