summaryrefslogtreecommitdiffstats
path: root/components
diff options
context:
space:
mode:
authorMichael Bohlender <michael.bohlender@kdemail.net>2017-05-03 19:09:02 +0200
committerMichael Bohlender <michael.bohlender@kdemail.net>2017-05-03 19:09:02 +0200
commit8750ca2b3c5508381d3ef5f61ea14b2ea6e8d2f6 (patch)
tree3d90e3205c46c1a544c035246c80c1aabacf68a7 /components
parent518b5f98a89d1625fd49d316c58db2871df6edd6 (diff)
downloadkube-8750ca2b3c5508381d3ef5f61ea14b2ea6e8d2f6.tar.gz
kube-8750ca2b3c5508381d3ef5f61ea14b2ea6e8d2f6.zip
remove obsolete code
Diffstat (limited to 'components')
-rw-r--r--components/kube/contents/ui/AccountsView.qml2
1 files changed, 0 insertions, 2 deletions
diff --git a/components/kube/contents/ui/AccountsView.qml b/components/kube/contents/ui/AccountsView.qml
index 043126b8..5d0098a1 100644
--- a/components/kube/contents/ui/AccountsView.qml
+++ b/components/kube/contents/ui/AccountsView.qml
@@ -79,8 +79,6 @@ Rectangle {
79 anchors.fill: parent 79 anchors.fill: parent
80 80
81 onClicked: { 81 onClicked: {
82 console.log("clicked account \"" + model.accountId + "\"" )
83 //editAccountComponent.createObject(app, {accountId:model.accountId})
84 edit.accountId = model.accountId 82 edit.accountId = model.accountId
85 } 83 }
86 } 84 }