remove logging
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user