소스 검색

remove onInputPanelChange console log

Daniel Lackmann 2 년 전
부모
커밋
e537c47f0b
1개의 변경된 파일0개의 추가작업 그리고 4개의 파일을 삭제
  1. 0 4
      KeyButton.qml

+ 0 - 4
KeyButton.qml

@@ -116,10 +116,6 @@ Item {
         }
     }
 
-    onInputPanelChanged: {
-        console.log("onInputPanelChanged: " + inputPanel.objectName);
-    }
-
     // If the InputPanel property has a valid InputPanel reference and if
     // showPreview is true, then this function calls showKeyPopup() to
     // show the character preview popup.