Commit 31a5004331c9123a318b6eac066b96f2a4bfa9ee

Authored by Evandro Jr
1 parent 4638475f

work around to fix api log

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
... ...