0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-04 03:52:40 +00:00

Re-remove extra error log for new google brews.

This commit is contained in:
Trevor Buckner
2024-09-27 00:08:23 -04:00
parent 05ad8e17a7
commit 2ba160fe65

View File

@@ -210,7 +210,6 @@ const GoogleActions = {
}) })
.catch((err)=>{ .catch((err)=>{
console.log('Error while creating new Google brew'); console.log('Error while creating new Google brew');
console.error(err);
throw (err); throw (err);
}); });