Remove debug logging

This commit is contained in:
Cao Mingjun
2023-11-25 05:22:02 +00:00
committed by GitHub
parent 94781c89f3
commit 00fe639a95
2 changed files with 0 additions and 2 deletions

View File

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