From 8750ca2b3c5508381d3ef5f61ea14b2ea6e8d2f6 Mon Sep 17 00:00:00 2001 From: Michael Bohlender Date: Wed, 3 May 2017 19:09:02 +0200 Subject: remove obsolete code --- components/kube/contents/ui/AccountsView.qml | 2 -- 1 file changed, 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 { anchors.fill: parent onClicked: { - console.log("clicked account \"" + model.accountId + "\"" ) - //editAccountComponent.createObject(app, {accountId:model.accountId}) edit.accountId = model.accountId } } -- cgit v1.2.3