remove extra debug output

This commit is contained in:
Marco Martin 2015-09-02 10:44:12 +02:00
parent d5b71611e2
commit e688b3d483

View File

@ -61,7 +61,6 @@ Item {
var pos = mapToItem(input, mouse.x, mouse.y);
input.cursorPosition = input.positionAt(pos.x, pos.y);
}
onPressAndHold: print("AAAAAA"+control.getMenuInstance())
}
}