From af33cbf72d8a9763b5f44a950d535e6b6fbef37a Mon Sep 17 00:00:00 2001 From: Philip O'Toole Date: Mon, 24 Nov 2014 13:12:03 -0800 Subject: [PATCH] Revert "Merge pull request #1158 from otoolep/bringup" This reverts commit 081be7a0bcd8eeb07b489877c1b098543ae01a55, reversing changes made to b60e6ecca9275b5a675a7023487b5bdb00350b0a. --- cmd/influxd/main.go | 4 ---- 1 file changed, 4 deletions(-) diff --git a/cmd/influxd/main.go b/cmd/influxd/main.go index 18f088c81f..8f872a3a6d 100644 --- a/cmd/influxd/main.go +++ b/cmd/influxd/main.go @@ -122,10 +122,6 @@ func start() error { // Start server. s := influxdb.NewServer(client) - err = s.Open(config.Storage.Dir) - if err != nil { - panic(err) - } // TODO: startProfiler() // TODO: -reset-root