remove debug message

This commit is contained in:
Marco Martin 2015-06-12 11:23:36 -07:00
parent 4573e2badc
commit 6250e48140

View file

@ -122,7 +122,7 @@ MouseArea {
}
horizontalAlignment: Qt.AlignRight
verticalAlignment: Qt.AlignVCenter
text: background.margins.top + summary + (!notificationItem.expanded && body ? "..." : "")
text: summary + (!notificationItem.expanded && body ? "..." : "")
wrapMode: Text.WordWrap
}
PlasmaComponents.Label {