remove debug code

pull/2/head
Hans P. Möller 4 years ago
parent da74c198e2
commit cf4581e9bd

@ -158,7 +158,7 @@ class Dialog(QWidget):
td_child = QTreeWidgetItem(
[p[0].name + " / " + p[0].current_ver.ver_str +
" -> " + p[1].ver_str])
if isSecurityUpgrade(p[1]) or p[0].name == 'vlc-bin':
if isSecurityUpgrade(p[1]):
td_child.setIcon(1, QIcon.fromTheme("security-high"))
toUpgrade.setIcon(1, QIcon.fromTheme("security-high"))
toUpgrade.addChild(td_child)

Loading…
Cancel
Save