Remove obsolete console.log-statement in scope.ts

This commit is contained in:
Sam Vervaeck 2023-07-01 01:25:55 +02:00
parent 996a2f8928
commit 3cfb816d6a
Signed by: samvv
SSH key fingerprint: SHA256:dIg0ywU1OP+ZYifrYxy8c5esO72cIKB+4/9wkZj1VaY

View file

@ -158,7 +158,6 @@ export class Scope {
break;
}
default:
console.log(node);
throw new Error(`Unexpected ${node}`);
}
}