mirror of
https://github.com/bellard/quickjs.git
synced 2026-04-02 13:18:02 +00:00
removed useless printf() (#257)
This commit is contained in:
parent
0d7aaed71c
commit
6ac04e1bf2
@ -5846,7 +5846,6 @@ void __JS_FreeValueRT(JSRuntime *rt, JSValue v)
|
||||
}
|
||||
break;
|
||||
default:
|
||||
printf("__JS_FreeValue: unknown tag=%d\n", tag);
|
||||
abort();
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user