Skip to content

Commit

Permalink
Update mime_type_utils.dart
Browse files Browse the repository at this point in the history
  • Loading branch information
thiagocarvalhodev committed Oct 27, 2023
1 parent 2c14f59 commit 19616c9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/src/utils/mime_type_utils.dart
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ String? lookupMimeType(String path, {List<int>? headerBytes}) {
return applicationGZip;
}

print(path);

return mime.lookupMimeType(path, headerBytes: headerBytes);
}

Expand Down

0 comments on commit 19616c9

Please sign in to comment.