diff --git a/server/server.go b/server/server.go index 2cc65e2f5..642853c3b 100644 --- a/server/server.go +++ b/server/server.go @@ -117,7 +117,7 @@ func openService(boltPath, cannedPath string, logger chronograf.Logger) Service // These apps are those handled from a directory apps := canned.NewApps(cannedPath, &uuid.V4{}, logger) // These apps are statically compiled into chronograf - binApps := &canned.BinLayoutStore{ + _ = &canned.BinLayoutStore{ Logger: logger, } @@ -128,7 +128,6 @@ func openService(boltPath, cannedPath string, logger chronograf.Logger) Service Stores: []chronograf.LayoutStore{ db.LayoutStore, apps, - binApps, }, }