fix: Remove console.log
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user