diff --git a/mix/qml/StateListModel.qml b/mix/qml/StateListModel.qml index 26817441c..992113cc6 100644 --- a/mix/qml/StateListModel.qml +++ b/mix/qml/StateListModel.qml @@ -256,7 +256,6 @@ Item { if (!_secret) _secret = clientModel.newSecret(); var address = clientModel.address(_secret); - console.log(address); var name = qsTr("Account") + "-" + address.substring(0, 4); return { name: name, secret: _secret, balance: QEtherHelper.createEther(_balance, _unit), address: address }; } diff --git a/mix/qml/WebPreview.qml b/mix/qml/WebPreview.qml index c45f2cab4..5d0f208af 100644 --- a/mix/qml/WebPreview.qml +++ b/mix/qml/WebPreview.qml @@ -89,11 +89,6 @@ Item { } } - /*Connections { - target: clientModel - onRunComplete: reload(); - }*/ - Connections { target: codeModel onContractInterfaceChanged: reload();