Skip to content
Snippets Groups Projects
Commit 77f32dec authored by Ming Rui Zhang's avatar Ming Rui Zhang
Browse files

callStackView: remove redundant print

Change-Id: Ic2943f1df82fa531f46b9e8814d421f874e6a697
parent e564ec39
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment