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:
parent
e564ec39b1
commit
77f32dec36
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue