0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-28 20:03:02 +00:00

remove logs that break tests

This commit is contained in:
Víctor Losada Hernández
2025-05-09 18:23:10 +02:00
parent 3da6822017
commit 22be3916b3

View File

@@ -420,9 +420,6 @@ const api = {
return true;
},
deleteBrew : async (req, res, next)=>{
console.log('starting to delete');
console.log(req.brew);
// Delete an orphaned stub if its Google brew doesn't exist
try {
await api.getBrew('edit')(req, res, ()=>{});