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:
@@ -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, ()=>{});
|
||||
|
||||
Reference in New Issue
Block a user