remove logging

This commit is contained in:
Nick Fisher
2024-09-13 10:34:59 +08:00
parent c5aa1abb30
commit 48ada59a2f

View File

@@ -262,7 +262,6 @@ extern "C"
uint32_t height,
void (*onComplete)())
{
Log("Creating swapchain %dx%d with viewer %lu & surface %lu", width, height, viewer, surface);
std::packaged_task<void()> lambda(
[=]() mutable
{