fix: Remove console.log

This commit is contained in:
Aaron
2026-07-26 01:21:19 -05:00
parent 885f8f0b76
commit 0b352f6eff
-1
View File
@@ -675,7 +675,6 @@ async function resolveRunner(
} catch (err: any) {
if (err?.code !== 'ERR_MODULE_NOT_FOUND') throw err;
console.log('error', err);
logger.debug('Error loading the web-ext runner', err);
}