Skip to content

Commit 4dc4070

Browse files
committed
remove obsolete comments
1 parent deeb32d commit 4dc4070

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

pkg/plugin/driver.go

-4
Original file line numberDiff line numberDiff line change
@@ -244,13 +244,9 @@ func (h *QuestDB) MutateQuery(ctx context.Context, req backend.DataQuery) (conte
244244
if err := json.Unmarshal(req.JSON, &dataQuery); err != nil {
245245
return ctx, req
246246
}
247-
248247
if dataQuery.Meta.TimeZone == "" {
249248
return ctx, req
250249
}
251-
252-
//loc, _ := time.LoadLocation(dataQuery.Meta.TimeZone)
253-
//return clickhouse.Context(ctx, clickhouse.WithUserLocation(loc)), req
254250
return ctx, req
255251
}
256252

0 commit comments

Comments
 (0)