chore: remove useless console log
This commit is contained in:
parent
29b2bbf13e
commit
c00843c94c
|
@ -119,7 +119,6 @@ Item {
|
||||||
horizontalAlignment: Text.AlignHCenter
|
horizontalAlignment: Text.AlignHCenter
|
||||||
fontSizeMode: Text.FixedSize
|
fontSizeMode: Text.FixedSize
|
||||||
renderType: Text.QtRendering
|
renderType: Text.QtRendering
|
||||||
onLinkActivated: console.log(link)
|
|
||||||
anchors.right: parent.right
|
anchors.right: parent.right
|
||||||
anchors.rightMargin: Style.current.xlPadding
|
anchors.rightMargin: Style.current.xlPadding
|
||||||
anchors.left: parent.left
|
anchors.left: parent.left
|
||||||
|
|
Loading…
Reference in New Issue