Browse Source

Remove verbose log (#1075)

Vishnu Mohandas 2 years ago
parent
commit
19e5d29934
1 changed files with 0 additions and 1 deletions
  1. 0 1
      lib/main.dart

+ 0 - 1
lib/main.dart

@@ -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);
 }