1
0
Fork 0
mirror of https://git.jami.net/savoirfairelinux/jami-client-qt.git synced 2025-09-10 12:03:18 +02:00

callStackView: remove redundant print

Change-Id: Ic2943f1df82fa531f46b9e8814d421f874e6a697
This commit is contained in:
Ming Rui Zhang 2021-06-18 15:12:52 -04:00
parent e564ec39b1
commit 77f32dec36

View file

@ -55,7 +55,6 @@ Rectangle {
Keys.onPressed: {
if (LRCInstance.currentAccountType !== Profile.Type.SIP)
return
print(event.text)
var key = event.text.toUpperCase()
if(sipKeys.find(function (item) {
return item === key