diff --git a/src/checker.ts b/src/checker.ts index 5560b4e9b..98b6f32ab 100644 --- a/src/checker.ts +++ b/src/checker.ts @@ -1542,7 +1542,6 @@ export class Checker { env.add(varExpr.text, new Forall([], [], typeVar), Symkind.Type); } const type = this.inferTypeExpression(node.typeExpression); - console.log(describeType(type)); this.popContext(context); const scheme = new Forall(typeVars, constraints, TApp.build(type, kindArgs)); parentEnv.add(node.name.text, scheme, Symkind.Type);