Browse Source

chore(mqe): remove comments

bergquist 9 years ago
parent
commit
f8871f9e4a
1 changed files with 0 additions and 6 deletions
  1. 0 6
      pkg/tsdb/mqe/mqe.go

+ 0 - 6
pkg/tsdb/mqe/mqe.go

@@ -9,12 +9,6 @@ import (
 	"github.com/grafana/grafana/pkg/tsdb"
 )
 
-/*
-  TODO:
-  * performance. outgoing requests in pararell.
-  * frontend plugin. targetContainsTemplates
-*/
-
 type MQEExecutor struct {
 	*models.DataSource
 	queryParser *QueryParser