Remove noisy logline
This commit is contained in:
parent
7f638056a1
commit
6be3b5b277
1 changed files with 0 additions and 2 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue