mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-05-07 18:48:39 +00:00
remove log
This commit is contained in:
@@ -124,7 +124,6 @@ const EditPage = (props)=>{
|
||||
const didMount = useRef(false);
|
||||
|
||||
useEffect(()=>{
|
||||
console.log('savegoogle has changed');
|
||||
if (!didMount.current) {
|
||||
didMount.current = true;
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user