Browse Source

remove info logging

Marcus Efraimsson 7 years ago
parent
commit
4962bf9d44
1 changed files with 0 additions and 1 deletions
  1. 0 1
      pkg/tsdb/sql_engine.go

+ 0 - 1
pkg/tsdb/sql_engine.go

@@ -253,7 +253,6 @@ func (e *sqlQueryEndpoint) transformToTimeSeries(query *Query, rows *core.Rows,
 				columnType := columnTypes[i].DatabaseTypeName()
 
 				for _, mct := range e.metricColumnTypes {
-					e.log.Info(mct)
 					if columnType == mct {
 						metricIndex = i
 						continue