From 48ada59a2f24d43442e4e6231f78fdef853af1e8 Mon Sep 17 00:00:00 2001 From: Nick Fisher Date: Fri, 13 Sep 2024 10:34:59 +0800 Subject: [PATCH] remove logging --- thermion_dart/native/src/ThermionDartFFIApi.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/thermion_dart/native/src/ThermionDartFFIApi.cpp b/thermion_dart/native/src/ThermionDartFFIApi.cpp index 6f1df24c..f7750910 100644 --- a/thermion_dart/native/src/ThermionDartFFIApi.cpp +++ b/thermion_dart/native/src/ThermionDartFFIApi.cpp @@ -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 lambda( [=]() mutable {