From 5fdb420f30a422f308cff1d27d5d53376dfe4ebf Mon Sep 17 00:00:00 2001 From: Nick Fisher Date: Wed, 11 Oct 2023 17:16:51 +1100 Subject: [PATCH] remove logging --- ios/src/FilamentViewer.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/ios/src/FilamentViewer.cpp b/ios/src/FilamentViewer.cpp index b1c64a01..1c52304e 100644 --- a/ios/src/FilamentViewer.cpp +++ b/ios/src/FilamentViewer.cpp @@ -1155,10 +1155,6 @@ namespace polyvox return; } - - Log("Updating grab at %f %f", x, y); - - if (_manipulator) { _manipulator->grabUpdate(x, y);