Explorar el Código

Remove verbose log (#1075)

Vishnu Mohandas hace 2 años
padre
commit
19e5d29934
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  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);
 }