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);
|
const didMount = useRef(false);
|
||||||
|
|
||||||
useEffect(()=>{
|
useEffect(()=>{
|
||||||
console.log('savegoogle has changed');
|
|
||||||
if (!didMount.current) {
|
if (!didMount.current) {
|
||||||
didMount.current = true;
|
didMount.current = true;
|
||||||
return;
|
return;
|
||||||
|
|||||||
Reference in New Issue
Block a user