mirror of
https://github.com/flutter/flutter.git
synced 2025-06-03 00:51:18 +00:00
Remove print (#34004)
This commit is contained in:
parent
07083a51da
commit
926bc6231a
@ -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(
|
||||
|
Loading…
Reference in New Issue
Block a user