annotations: removed category stuff, my mistake, we need tags

This commit is contained in:
Torkel Ödegaard
2017-04-18 17:15:22 +02:00
parent 73718afb79
commit 0bae7212f6
6 changed files with 0 additions and 95 deletions
-3
View File
@@ -12,7 +12,6 @@ import (
"github.com/grafana/grafana/pkg/log"
m "github.com/grafana/grafana/pkg/models"
"github.com/grafana/grafana/pkg/services/annotations"
"github.com/grafana/grafana/pkg/services/category"
"github.com/grafana/grafana/pkg/services/sqlstore/migrations"
"github.com/grafana/grafana/pkg/services/sqlstore/migrator"
"github.com/grafana/grafana/pkg/setting"
@@ -101,8 +100,6 @@ func SetEngine(engine *xorm.Engine) (err error) {
// Init repo instances
annotations.SetRepository(&SqlAnnotationRepo{})
category.SetRepository(&SqlCategoryRepo{})
return nil
}