Browse Source

tech(fmt): remove unused code

bergquist 10 years ago
parent
commit
92cba94031
1 changed files with 0 additions and 2 deletions
  1. 0 2
      pkg/services/sqlstore/stats.go

+ 0 - 2
pkg/services/sqlstore/stats.go

@@ -1,8 +1,6 @@
 package sqlstore
 
 import (
-	"fmt"
-
 	"github.com/grafana/grafana/pkg/bus"
 	m "github.com/grafana/grafana/pkg/models"
 )