0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-03-22 08:58:11 +00:00

remove left over log

This commit is contained in:
Víctor Losada Hernández
2026-03-11 12:55:44 +01:00
parent dd158000a1
commit 55ae00ecfe

View File

@@ -196,7 +196,6 @@ const EditPage = (props)=>{
saveTimeout.current = setTimeout(async ()=>{
setIsSaving(true);
setError(null);
console.log(currentBrew);
await save(currentBrew, saveGoogle)
.catch((err)=>{
setError(err);