remove logging

This commit is contained in:
Nick Fisher
2025-05-28 18:41:02 +08:00
parent b00f37ddaa
commit a875f370e5

View File

@@ -744,9 +744,6 @@ extern "C"
auto fut = _renderThread->add_task(lambda);
}
// Add these implementations to your ThermionDartRenderThreadApi.cpp file
// Image methods
EMSCRIPTEN_KEEPALIVE void Image_createEmptyRenderThread(uint32_t width, uint32_t height, uint32_t channel, void (*onComplete)(TLinearImage *))
{
std::packaged_task<void()> lambda(