| Index: sky/sdk/lib/widgets/scrollable.dart
|
| diff --git a/sky/sdk/lib/widgets/scrollable.dart b/sky/sdk/lib/widgets/scrollable.dart
|
| index b9eab727001e8ed508e4b4419571a830702a3b91..fc7061635dd88ebe7adaf8aee4353e2072fa058d 100644
|
| --- a/sky/sdk/lib/widgets/scrollable.dart
|
| +++ b/sky/sdk/lib/widgets/scrollable.dart
|
| @@ -135,7 +135,6 @@ abstract class Scrollable extends StatefulComponent {
|
|
|
| void _startSimulation({ double velocity: 0.0 }) {
|
| _stopSimulation();
|
| - print("velocity=$velocity");
|
| Simulation simulation = scrollBehavior.release(scrollOffset, velocity);
|
| if (simulation != null)
|
| _animation.start(simulation);
|
|
|