mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2025-12-24 20:42:43 +00:00
Remove console.log statement in /metadata/:id route handler
This commit is contained in:
@@ -209,7 +209,6 @@ app.get('/metadata/:id', asyncHandler(getBrew('share')), (req, res) => {
|
||||
if (brew[field] !== undefined) acc[field] = brew[field];
|
||||
return acc;
|
||||
}, {});
|
||||
console.log(metadata);
|
||||
res.status(200).json(metadata);
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user