From b6c128d6d07e806ae9d4d4f41c448c9cb3fbd14f Mon Sep 17 00:00:00 2001 From: Aaron Patterson Date: Wed, 21 Mar 2012 16:42:28 -0700 Subject: remove duplicate requires. thanks @atambo --- activesupport/lib/active_support/notifications.rb | 1 - 1 file changed, 1 deletion(-) (limited to 'activesupport') diff --git a/activesupport/lib/active_support/notifications.rb b/activesupport/lib/active_support/notifications.rb index 9293cc05d2..8cf7bdafda 100644 --- a/activesupport/lib/active_support/notifications.rb +++ b/activesupport/lib/active_support/notifications.rb @@ -1,5 +1,4 @@ require 'active_support/notifications/instrumenter' -require 'active_support/notifications/instrumenter' require 'active_support/notifications/fanout' module ActiveSupport -- cgit v1.2.3