Skip to content

Commit d369c19

Browse files
authored
Merge pull request rails#52712 from adityapandit17/query_log_fixes
No need for explicit return of handlers
2 parents c6e3336 + 2aa1790 commit d369c19

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

activerecord/lib/active_record/query_logs.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,6 @@ def rebuild_handlers
181181
end
182182
end
183183
handlers.sort_by! { |(key, _)| key.to_s }
184-
handlers
185184
end
186185

187186
def build_handler(name, handler = nil)

0 commit comments

Comments
 (0)