Merge "remove useless log message"

This commit is contained in:
Jenkins 2015-06-02 18:55:33 +00:00 committed by Gerrit Code Review
commit 027a236ae8
1 changed files with 0 additions and 3 deletions

View File

@ -403,9 +403,6 @@ class MeterController(rest.RestController):
try:
computed = pecan.request.storage_conn.get_meter_statistics(
f, period, g, aggregate)
LOG.debug(_('computed value coming from %r'),
pecan.request.storage_conn)
return [Statistics(start_timestamp=start,
end_timestamp=end,
**c.as_dict())