mirror of
https://github.com/binwiederhier/ntfy.git
synced 2024-12-24 10:42:31 +01:00
Remove debug logging
This commit is contained in:
parent
94781c89f3
commit
00fe639a95
2 changed files with 0 additions and 2 deletions
|
@ -74,7 +74,6 @@ const MessageBar = (props) => {
|
||||||
const blob = items[i].getAsFile();
|
const blob = items[i].getAsFile();
|
||||||
props.onFilePasted(blob);
|
props.onFilePasted(blob);
|
||||||
props.onOpenDialogClick();
|
props.onOpenDialogClick();
|
||||||
console.log(`[MessageBar] Pasted image`, blob);
|
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -238,7 +238,6 @@ const PublishDialog = (props) => {
|
||||||
useEffect(() => {
|
useEffect(() => {
|
||||||
if (props.attachFile) {
|
if (props.attachFile) {
|
||||||
updateAttachFile(props.attachFile);
|
updateAttachFile(props.attachFile);
|
||||||
console.log(`[PublishDialog] Attach file changed`, props.attachFile);
|
|
||||||
}
|
}
|
||||||
}, [props.attachFile]);
|
}, [props.attachFile]);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue