removed useless printf() (#257)

This commit is contained in:
Fabrice Bellard 2025-03-31 18:00:27 +02:00
parent 0d7aaed71c
commit 6ac04e1bf2

View File

@ -5846,7 +5846,6 @@ void __JS_FreeValueRT(JSRuntime *rt, JSValue v)
}
break;
default:
printf("__JS_FreeValue: unknown tag=%d\n", tag);
abort();
}
}