From b42c02358fe87f48cd7b0a8ddfbbcd7612cec98c Mon Sep 17 00:00:00 2001 From: Georgiy Tarasov Date: Wed, 22 Jan 2025 14:53:43 +0100 Subject: [PATCH] fix: sneaky console.log --- frontend/utils.mjs | 1 - 1 file changed, 1 deletion(-) diff --git a/frontend/utils.mjs b/frontend/utils.mjs index c12637b97770a..df504861c82fc 100644 --- a/frontend/utils.mjs +++ b/frontend/utils.mjs @@ -380,7 +380,6 @@ export async function buildOrWatch(config) { } ) .on('all', async (event, filePath) => { - console.log(filePath) if (inputFiles.size === 0) { await buildPromise }