diff --git a/lib/App.dart b/lib/App.dart index 1c88062..5c57cc3 100644 --- a/lib/App.dart +++ b/lib/App.dart @@ -31,7 +31,6 @@ class App { void process(num now) { _drawLag = now - lastNow; - print(_drawLag); lastNow = now; _updateLag += _drawLag;