Skip to content

Commit 4c226c2

Browse files
committed
Review comment
1 parent 306cf1c commit 4c226c2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

sumologic/resource_sumologic_metrics_search_v2.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,6 @@ func resourceToMetricsSearchMetricsQueryV2(data interface{}) MetricsSearchQueryV
166166
metricsSearchQuery.QueryString = metricsSearchQueryObj["query_string"].(string)
167167
metricsSearchQuery.QueryType = metricsSearchQueryObj["query_type"].(string)
168168
metricsSearchQuery.MetricsQueryMode = metricsSearchQueryObj["metrics_query_mode"].(string)
169-
// metricsSearchQuery.MetricsQueryData = nil
170169
}
171170

172171
return metricsSearchQuery

0 commit comments

Comments
 (0)