Commit bda969059fdc40eb0ffda5dd6d7dbfc0e812fb4d
Committed by
Rodrigo Souto
1 parent
261afb0d
Exists in
master
and in
29 other branches
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,7 +9,6 @@ module Noosfero | ||
9 | path: request.path, | 9 | path: request.path, |
10 | params: request.params.to_hash.except('password'), | 10 | params: request.params.to_hash.except('password'), |
11 | method: request.request_method, | 11 | method: request.request_method, |
12 | - total: (duration * 1000).round(2), | ||
13 | } | 12 | } |
14 | end | 13 | end |
15 | end | 14 | end |