Commit 9d7ce6b88a5e690831632454913901c980cdc544

Authored by Leandro Santos
2 parents b2ff42df 31a50043

Merge branch 'api' of gitlab.com:participa/noosfero into api

Showing 1 changed file with 0 additions and 1 deletions   Show diff stats
lib/noosfero/api/request_logger.rb
... ... @@ -9,7 +9,6 @@ module Noosfero
9 9 path: request.path,
10 10 params: request.params.to_hash.except('password'),
11 11 method: request.request_method,
12   - total: (duration * 1000).round(2),
13 12 }
14 13 end
15 14 end
... ...