Revert bin layouts for now

pull/561/head
Chris Goller 2016-11-14 22:17:09 -06:00
parent e151416d0f
commit bfb5fcbe02
1 changed files with 1 additions and 2 deletions

View File

@ -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,
},
}