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