0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-06 14:22:52 +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; const { brew } = req;
splitTextStyleAndMetadata(brew); splitTextStyleAndMetadata(brew);
console.log(brew);
res.set({ res.set({
'Cache-Control' : 'no-cache', 'Cache-Control' : 'no-cache',
'Content-Type' : 'text/css' 'Content-Type' : 'text/css'