Remove obsolete console.log-statement in scope.ts
This commit is contained in:
parent
996a2f8928
commit
3cfb816d6a
1 changed files with 0 additions and 1 deletions
|
@ -158,7 +158,6 @@ export class Scope {
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
default:
|
default:
|
||||||
console.log(node);
|
|
||||||
throw new Error(`Unexpected ${node}`);
|
throw new Error(`Unexpected ${node}`);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue