Remove useless debug output

wilder-5.14
Martin Klapetek 12 years ago
parent 1206f8d4af
commit 8df7e1d538
  1. 1
      applets/systemtray/package/contents/ui/StatusNotifierItem.qml

@ -194,7 +194,6 @@ Item {
} }
function __processClick(buttons, item) { function __processClick(buttons, item) {
print("__processClick");
var pos = modelData.popupPosition(taskItemContainer, 0, 0); var pos = modelData.popupPosition(taskItemContainer, 0, 0);
switch (buttons) { switch (buttons) {
case Qt.LeftButton: case Qt.LeftButton:

Loading…
Cancel
Save