From 8a4e7b6ce8debcd9337b422f3c01531e942e46bd Mon Sep 17 00:00:00 2001 From: Christoffer Lerno Date: Wed, 25 Jun 2025 02:48:22 +0200 Subject: [PATCH] Fix regression causing text output. --- lib/std/core/types.c3 | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/std/core/types.c3 b/lib/std/core/types.c3 index d5962abba..0342f4a5b 100644 --- a/lib/std/core/types.c3 +++ b/lib/std/core/types.c3 @@ -186,7 +186,6 @@ macro bool is_ref_indexable($Type) @const macro bool is_flat_intlike($Type) @const { - $echo $Type.nameof; $switch $Type.kindof: $case SIGNED_INT: $case UNSIGNED_INT: