Unverified Commit 926bc623 authored by Michael Goderbauer's avatar Michael Goderbauer Committed by GitHub

Remove print (#34004)

parent 07083a51
......@@ -17,11 +17,9 @@ void main() {
Center(
child: GestureDetector(
onScaleStart: (ScaleStartDetails details) {
print(details);
startDetails.add(details);
},
onScaleUpdate: (ScaleUpdateDetails details) {
print(details);
updateDetails.add(details);
},
child: Container(
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment