stage2: remove extranneous debug

This commit is contained in:
Mitchell Hashimoto
2022-02-25 13:37:07 -08:00
parent bcf3eb5663
commit 4a6f918029

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);
}