0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-31 04:22:44 +00:00

Cleanup of console logging

This commit is contained in:
David Bolack
2024-02-27 20:51:59 -06:00
parent 7384cdc241
commit 8f15887c03
7 changed files with 0 additions and 31 deletions

View File

@@ -286,9 +286,6 @@ app.get('/user/:username', async (req, res, next)=>{
//Edit Page
app.get('/edit/:id', asyncHandler(getBrew('edit')), async(req, res, next)=>{
req.brew = req.brew.toObject ? req.brew.toObject() : req.brew;
console.log('Load Edit');
console.log(req.brew);
console.log('Load Edit');
req.ogMeta = { ...defaultMetaTags,
title : req.brew.title || 'Untitled Brew',