remove logging
This commit is contained in:
@@ -107,7 +107,6 @@ class _FilamentGestureDetectorState extends State<FilamentGestureDetector> {
|
|||||||
? null
|
? null
|
||||||
: (d) async {
|
: (d) async {
|
||||||
if (d.buttons == kTertiaryButton || _rotating) {
|
if (d.buttons == kTertiaryButton || _rotating) {
|
||||||
print("Starting at ${d.position}");
|
|
||||||
widget.controller.rotateStart(
|
widget.controller.rotateStart(
|
||||||
d.position.dx * 2.0,
|
d.position.dx * 2.0,
|
||||||
d.position.dy *
|
d.position.dy *
|
||||||
|
|||||||
Reference in New Issue
Block a user