remove logging

This commit is contained in:
Nick Fisher
2023-10-11 17:16:51 +11:00
parent f60f8eb4bd
commit 5fdb420f30

View File

@@ -1155,10 +1155,6 @@ namespace polyvox
return;
}
Log("Updating grab at %f %f", x, y);
if (_manipulator)
{
_manipulator->grabUpdate(x, y);