remove old logging

This commit is contained in:
Nick Fisher
2024-06-05 22:30:57 +08:00
parent d99d39a306
commit e26a649424

View File

@@ -101,10 +101,8 @@ class FlutterFilamentFFI extends FlutterFilamentPlatform {
bool wasRendering = viewer.rendering;
await viewer.setRendering(false);
await viewer.destroySwapChain();
print("Destoryign texture");
await destroyTexture(texture);
print("DEstrooyed!");
var result = await _channel
.invokeMethod("createTexture", [width, height, offsetLeft, offsetLeft]);