浏览代码

Remove noisy logline

Vishnu Mohandas 4 年之前
父节点
当前提交
6be3b5b277
共有 1 个文件被更改,包括 0 次插入2 次删除
  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,