diff options
author | Michael Bohlender <michael.bohlender@kdemail.net> | 2017-05-03 19:09:02 +0200 |
---|---|---|
committer | Michael Bohlender <michael.bohlender@kdemail.net> | 2017-05-03 19:09:02 +0200 |
commit | 8750ca2b3c5508381d3ef5f61ea14b2ea6e8d2f6 (patch) | |
tree | 3d90e3205c46c1a544c035246c80c1aabacf68a7 | |
parent | 518b5f98a89d1625fd49d316c58db2871df6edd6 (diff) | |
download | kube-8750ca2b3c5508381d3ef5f61ea14b2ea6e8d2f6.tar.gz kube-8750ca2b3c5508381d3ef5f61ea14b2ea6e8d2f6.zip |
remove obsolete code
-rw-r--r-- | components/kube/contents/ui/AccountsView.qml | 2 |
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 | } |