@@ -74,7 +74,6 @@ const MessageBar = (props) => {
const blob = items[i].getAsFile();
props.onFilePasted(blob);
props.onOpenDialogClick();
- console.log(`[MessageBar] Pasted image`, blob);
break;
}
@@ -238,7 +238,6 @@ const PublishDialog = (props) => {
useEffect(() => {
if (props.attachFile) {
updateAttachFile(props.attachFile);
- console.log(`[PublishDialog] Attach file changed`, props.attachFile);
}, [props.attachFile]);