stage2: remove extranneous debug

This commit is contained in:
Mitchell Hashimoto 2022-02-25 13:37:07 -08:00
parent bcf3eb5663
commit 4a6f918029
No known key found for this signature in database
GPG Key ID: 523D5DC389D273BC

View File

@ -17295,8 +17295,6 @@ fn resolvePeerTypes(
// turn []T => []const T
var info = chosen_ty.ptrInfo();
info.data.mutable = false;
std.debug.print("TYPE: {}\n", .{Type.ptr(sema.arena, info.data)});
return Type.ptr(sema.arena, info.data);
}