chore: remove console log

This commit is contained in:
Alessio Gravili
2024-03-08 14:56:02 -05:00
parent 8895f6420f
commit 8b784d7c10

View File

@@ -19,7 +19,6 @@ export const bootAdminPanel = async ({ port = 3000, appDir }) => {
createServer(async (req, res) => {
try {
const parsedUrl = parse(req.url, true)
console.log('Requested path: ', parsedUrl.path)
await handle(req, res, parsedUrl)
} catch (err) {
console.error('Error occurred handling', req.url, err)