remove debug logs

This commit is contained in:
Jean-Marie 'Histausse' Mineau 2025-01-28 10:29:53 +01:00
parent 2c954d8d74
commit 0990b8a9b2
Signed by: histausse
GPG key ID: B66AEEDA9B645AD2
2 changed files with 1 additions and 8 deletions

View file

@ -90,7 +90,7 @@ impl<T: Read + Seek> ZipFileReader<T> {
|| (header.general_purpose_flags & general_purpose_flags::MASK_USE_DATA_DESCRIPTOR
!= 0)
{
warn!("Data Descriptor not yet suported");
warn!("Data Descriptor support is experimental");
zip_file
.data
.seek(SeekFrom::Current(header.compressed_size as i64))