fix: forgotten log

This commit is contained in:
hydrogen 2020-12-04 16:56:50 +02:00 committed by Iuri Matias
parent f69da599ae
commit d797880e6e
1 changed files with 0 additions and 1 deletions

View File

@ -74,7 +74,6 @@ StackLayout {
Connections {
target: profileModel
onContactListChanged: {
console.log("Contact list changed");
isBlocked = profileModel.isContactBlocked(chatsModel.activeChannel.id);
}
}