remove println

dbus-notify
Zlatin Balevsky 2022-06-08 15:15:33 +01:00
parent 40f98f3ca3
commit 9b931dbdb4
No known key found for this signature in database
GPG Key ID: A72832072D525E41
1 changed files with 0 additions and 1 deletions

View File

@ -52,7 +52,6 @@ class ContactChooserModel extends DefaultComboBoxModel implements MutableComboBo
@Override
public void setSelectedItem(Object anObject) {
println "CCM.setSelectedItem $anObject"
if (anObject instanceof String) {
if (anObject == selectedPOP?.getPersona()?.getHumanReadableName())
super.setSelectedItem(selectedPOP)