mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-04-29 04:42:54 +00:00
Remove extra log statement
This commit is contained in:
parent
5fc6ee6a4a
commit
f7eb4e587f
1 changed files with 0 additions and 1 deletions
|
|
@ -65,7 +65,6 @@ ApplicationWindow {
|
||||||
}
|
}
|
||||||
|
|
||||||
function setView(view) {
|
function setView(view) {
|
||||||
console.log("Setting view")
|
|
||||||
networkView.visible = false
|
networkView.visible = false
|
||||||
historyView.visible = false
|
historyView.visible = false
|
||||||
newTxView.visible = false
|
newTxView.visible = false
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue