Remove verbose log (#1075)
This commit is contained in:
commit
19e5d29934
1 changed files with 0 additions and 1 deletions
|
@ -260,7 +260,6 @@ Future<bool> _isRunningInForeground() async {
|
|||
final lastFGHeartBeatTime = DateTime.fromMicrosecondsSinceEpoch(
|
||||
prefs.getInt(kLastFGTaskHeartBeatTime) ?? 0,
|
||||
);
|
||||
_logger.info("Last FG heart beat @ $lastFGHeartBeatTime");
|
||||
return lastFGHeartBeatTime.microsecondsSinceEpoch >
|
||||
(currentTime - kFGTaskDeathTimeoutInMicroseconds);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue