Skip to content

Commit feba088

Browse files
committed
more accidental log statements
1 parent 5e7a724 commit feba088

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/compiler.ts

-1
Original file line numberDiff line numberDiff line change
@@ -8005,7 +8005,6 @@ export class Compiler extends DiagnosticEmitter {
80058005
thisArg: ExpressionRef = 0,
80068006
immediatelyDropped: bool = false
80078007
): ExpressionRef {
8008-
console.log(signature.parameterTypes);
80098008
var numArguments = argumentExpressions.length;
80108009

80118010
if (!this.checkCallSignature( // reports

0 commit comments

Comments
 (0)