no need to set checked

This commit is contained in:
David Kelly 2017-04-06 16:08:48 -07:00
parent 726395ac3e
commit d64a803451

View file

@ -840,7 +840,6 @@ Rectangle {
pal.sendToScript({method: newValue ? 'addFriend' : 'removeFriend', params: model.userName});
UserActivityLogger["palAction"](newValue ? styleData.role : "un-" + styleData.role, model.sessionId);
checked = newValue;
}
}
}