Browse Source

Remove noisy logline

Vishnu Mohandas 4 years ago
parent
commit
6be3b5b277
1 changed files with 0 additions and 2 deletions
  1. 0 2
      lib/utils/file_uploader.dart

+ 0 - 2
lib/utils/file_uploader.dart

@@ -468,8 +468,6 @@ class FileUploader {
   }) async {
     final fileSize = contentLength ?? file.lengthSync();
     final startTime = DateTime.now().millisecondsSinceEpoch;
-    _logger.info(
-        "Putting file of size " + fileSize.toString() + " to " + uploadURL.url);
     try {
       await _dio.put(
         uploadURL.url,