We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 663e984 commit 49f6f9dCopy full SHA for 49f6f9d
1 file changed
lib/libebook/ebook_chm.cpp
@@ -528,7 +528,6 @@ bool EBook_CHM::parseFileAndFillArray( const QString& file, QList< ParsedEntry >
528
529
// offset+6 skips 'value='
530
offset = findStringInQuotes( tag, offset + value_pattern.length(), pvalue, false, true );
531
- qWarning( "11111: value=%s", qUtf8Printable( pvalue ) );
532
if ( offset == -1 )
533
continue;
534
0 commit comments