aboutsummaryrefslogtreecommitdiffstats
path: root/ethereum.go
diff options
context:
space:
mode:
Diffstat (limited to 'ethereum.go')
-rw-r--r--ethereum.go9
1 files changed, 0 insertions, 9 deletions
diff --git a/ethereum.go b/ethereum.go
index b9fc94d50..0137f68de 100644
--- a/ethereum.go
+++ b/ethereum.go
@@ -187,15 +187,6 @@ func (s *Ethereum) Start() {
// This is mainly for testing to create a "network"
if ethutil.Config.Debug {
log.Println("Connection listening disabled. Acting as client")
-
- /*
- err = s.ConnectToPeer("localhost:12345")
- if err != nil {
- log.Println("Error starting ethereum", err)
-
- s.Stop()
- }
- */
} else {
log.Fatal(err)
}