Skip to content

Commit fd9fd49

Browse files
committed
Remove left over logging
1 parent 017c112 commit fd9fd49

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

Applications/Python/PikaPython/pikascript-lib/MatrixOS/MatrixOS_KeyPad.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ extern "C" {
4545

4646
if (info != nullptr) {
4747
PikaObj* info_obj = New__MatrixOS_KeyInfo_KeyInfo(NULL);
48-
MLOGD("Python KeyPad", "info_obj pointer: %p", info_obj);
4948
copyCppObjIntoPikaObj<KeyInfo>(info_obj, *info);
5049
return arg_newObj(info_obj);
5150
}

0 commit comments

Comments
 (0)