Commit 4a6f918029

Mitchell Hashimoto <mitchell.hashimoto@gmail.com>
2022-02-25 22:37:07
stage2: remove extranneous debug
1 parent bcf3eb5
Changed files (1)
src/Sema.zig
@@ -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);
     }