From 8b5075dad32efac4e88f6d2b1a30f436373bd99d Mon Sep 17 00:00:00 2001 From: Joseph Elliott Hand Date: Thu, 30 Apr 2026 23:13:24 -1000 Subject: Remove placeholder error message Signed-off-by: Joseph Elliott Hand --- unit.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/unit.h b/unit.h index 1221734..771bf2c 100644 --- a/unit.h +++ b/unit.h @@ -153,8 +153,7 @@ get_unit_value(char const * string) { int result = get_token(string + offset, &tokens[token_count]); if (result < 0) { - printf("Wat...\n"); - return 1.0; + goto error; } if (result == 0) break; -- cgit v1.2.3