0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-24 07:43:20 +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)=>{
console.log('Error while creating new Google brew');
console.error(err);
throw (err);
});