0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-13 21:42:45 +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; return true;
}, },
deleteBrew : async (req, res, next)=>{ 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 // Delete an orphaned stub if its Google brew doesn't exist
try { try {
await api.getBrew('edit')(req, res, ()=>{}); await api.getBrew('edit')(req, res, ()=>{});