Commit 87233904 authored by allison.browne's avatar allison.browne

Remove un-used method definition

query_params was moved to the parent class since
all child classes had the method. Remove the method
from the child class inlineMetricsFilter.
parent 95b45c9a
......@@ -42,14 +42,6 @@ module Banzai
**query_params(params['url'])
)
end
# Parses query params out from full url string into hash.
#
# Ex) 'https://<root>/<project>/<environment>/metrics?title=Title&group=Group'
# --> { title: 'Title', group: 'Group' }
def query_params(url)
Gitlab::Metrics::Dashboard::Url.parse_query(url)
end
end
end
end
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment