From 12792a7897e83ad9f66c13000e29196a0f9d576f Mon Sep 17 00:00:00 2001 From: Marty Oehme Date: Fri, 6 Jul 2018 14:27:54 +0200 Subject: [PATCH] Remove Debug Spam --- lib/App.dart | 1 - 1 file changed, 1 deletion(-) 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;