mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-03 17:02:40 +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];
|
if (brew[field] !== undefined) acc[field] = brew[field];
|
||||||
return acc;
|
return acc;
|
||||||
}, {});
|
}, {});
|
||||||
console.log(metadata);
|
|
||||||
res.status(200).json(metadata);
|
res.status(200).json(metadata);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user