Cao Mingjun пре 2 година
родитељ
комит
00fe639a95
2 измењених фајлова са 0 додато и 2 уклоњено
  1. 0 1
      web/src/components/Messaging.jsx
  2. 0 1
      web/src/components/PublishDialog.jsx

+ 0 - 1
web/src/components/Messaging.jsx

@@ -74,7 +74,6 @@ const MessageBar = (props) => {
         const blob = items[i].getAsFile();
         props.onFilePasted(blob);
         props.onOpenDialogClick();
-        console.log(`[MessageBar] Pasted image`, blob);
         break;
       }
     }

+ 0 - 1
web/src/components/PublishDialog.jsx

@@ -238,7 +238,6 @@ const PublishDialog = (props) => {
   useEffect(() => {
     if (props.attachFile) {
       updateAttachFile(props.attachFile);
-      console.log(`[PublishDialog] Attach file changed`, props.attachFile);
     }
   }, [props.attachFile]);