mirror of
https://github.com/ALEZ-DEV/Babylonia-terminal.git
synced 2025-12-16 09:28:53 +00:00
some cleaning
This commit is contained in:
parent
f0c9e4707a
commit
6ea0d7ac12
@ -47,12 +47,9 @@ class Game with ChangeNotifier {
|
||||
} else {
|
||||
currentSpeed = currentProgress - lastProgress;
|
||||
lastProgress = currentProgress;
|
||||
print('currentProgress -> $currentProgress');
|
||||
print('lastProgress -> $lastProgress');
|
||||
print('currentSpeed -> ${currentSpeed.toInt() / 1048576} MiB/s');
|
||||
}
|
||||
|
||||
waitUntil = DateTime.now().add(Duration(seconds: 1));
|
||||
waitUntil = DateTime.now().add(const Duration(seconds: 1));
|
||||
}
|
||||
|
||||
notifyListeners();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user