Skip to content

Commit 49f6f9d

Browse files
gonwanu-235
authored andcommitted
Remove debug.
1 parent 663e984 commit 49f6f9d

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

lib/libebook/ebook_chm.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -528,7 +528,6 @@ bool EBook_CHM::parseFileAndFillArray( const QString& file, QList< ParsedEntry >
528528

529529
// offset+6 skips 'value='
530530
offset = findStringInQuotes( tag, offset + value_pattern.length(), pvalue, false, true );
531-
qWarning( "11111: value=%s", qUtf8Printable( pvalue ) );
532531
if ( offset == -1 )
533532
continue;
534533

0 commit comments

Comments
 (0)