Remove debug log

This commit is contained in:
garronej 2024-10-25 00:01:39 +00:00
parent 25d31463f4
commit 26a87b8eaa

View File

@ -47,7 +47,6 @@ export function maybeDelegateCommandToCustomHandler(params: {
})();
if (!fs.readdirSync(nodeModulesBinDirPath).includes(BIN_NAME)) {
console.log(`Custom handler not found`);
return { hasBeenHandled: false };
}