0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-27 00:42:40 +00:00

Remove debugging console.log

This commit is contained in:
G.Ambatte
2023-10-01 21:46:52 +13:00
parent 52b0ae0400
commit 0a309ad0e1

View File

@@ -213,8 +213,6 @@ app.get('/css/:id', asyncHandler(getBrew('share')), (req, res)=>{
const { brew } = req;
splitTextStyleAndMetadata(brew);
console.log(brew);
res.set({
'Cache-Control' : 'no-cache',
'Content-Type' : 'text/css'