mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-24 00:14:06 +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:
|
case ZipFile::Deflated:
|
||||||
{
|
{
|
||||||
GD_DPRINTF( "Deflated" );
|
|
||||||
|
|
||||||
// Now do the deflation
|
// Now do the deflation
|
||||||
|
|
||||||
QByteArray compressedData = zip.read( header.compressedSize );
|
QByteArray compressedData = zip.read( header.compressedSize );
|
||||||
|
|
Loading…
Reference in a new issue