mirror of
https://github.com/GerbilSoft/rom-properties.git
synced 2025-06-18 19:45:41 -04:00
[kde] Ext2AttrViewPrivate::updateZAlgorithmLabel(): Remove a line of debugging code.
This commit is contained in:
parent
dd75ff80ca
commit
6a425154a2
@ -180,7 +180,6 @@ void Ext2AttrViewPrivate::updateZAlgorithmLabel(void)
|
||||
break;
|
||||
}
|
||||
|
||||
printf("s_alg: '%s', empty: %d\n", s_alg.toUtf8().constData(), s_alg.isEmpty());
|
||||
if (!s_alg.isEmpty()) {
|
||||
ui.lblCompression->setText(Ext2AttrView::tr("Compression: %1").arg(s_alg));
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user