Actually remove prefix.

This commit is contained in:
Mathias Meyer 2014-04-23 13:31:53 +02:00
parent 5542c6f3ff
commit b83dc1c631

View File

@ -185,7 +185,7 @@ module Travis::Api
Travis.config.librato.token,
Travis.config.librato_source
on_error = proc {|ex| puts ex.message}
Metriks::LibratoMetricsReporter.new(email, token, source: source, prefix: prefix, on_error: on_error).start
Metriks::LibratoMetricsReporter.new(email, token, source: source, on_error: on_error).start
end
end