Jelajahi Sumber

Don't block on flushing the log output to disk

Vishnu Mohandas 4 tahun lalu
induk
melakukan
51b08a242f
1 mengubah file dengan 0 tambahan dan 1 penghapusan
  1. 0 1
      lib/core/network.dart

+ 0 - 1
lib/core/network.dart

@@ -20,7 +20,6 @@ class Network {
           SuperLogging.logFile.writeAsString(
             object.toString() + "\n",
             encoding: Utf8Codec(allowMalformed: true),
-            flush: true,
             mode: FileMode.append,
           );
         }));