Remove Debug Spam

This commit is contained in:
Marty Oehme 2018-07-06 14:27:54 +02:00
parent e14e8fe505
commit 12792a7897
1 changed files with 0 additions and 1 deletions

View File

@ -31,7 +31,6 @@ class App {
void process(num now) {
_drawLag = now - lastNow;
print(_drawLag);
lastNow = now;
_updateLag += _drawLag;