diff --git a/test/helpers/bootAdminPanel.mjs b/test/helpers/bootAdminPanel.mjs index 60f8e8943..fe2643c04 100644 --- a/test/helpers/bootAdminPanel.mjs +++ b/test/helpers/bootAdminPanel.mjs @@ -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)