remove logging

This commit is contained in:
Nick Fisher
2023-10-03 13:27:42 +11:00
parent 4492a9fa8f
commit a6e7a71998

View File

@@ -107,7 +107,6 @@ class _FilamentGestureDetectorState extends State<FilamentGestureDetector> {
? null
: (d) async {
if (d.buttons == kTertiaryButton || _rotating) {
print("Starting at ${d.position}");
widget.controller.rotateStart(
d.position.dx * 2.0,
d.position.dy *