mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-23 20:14:05 +00:00
clean:remove meaningless log
This commit is contained in:
parent
b285749a35
commit
4e0219adea
|
@ -79,8 +79,6 @@ bool IndexedZip::loadFile( uint32_t offset, vector< char > & data )
|
|||
|
||||
case ZipFile::Deflated:
|
||||
{
|
||||
GD_DPRINTF( "Deflated" );
|
||||
|
||||
// Now do the deflation
|
||||
|
||||
QByteArray compressedData = zip.read( header.compressedSize );
|
||||
|
|
Loading…
Reference in a new issue