Remove debugger statement accidentally left in ff443b2

This commit is contained in:
Ryan Bigg 2011-10-09 14:13:33 +11:00
parent ff443b2d93
commit bea1aa48e0
1 changed files with 0 additions and 1 deletions

View File

@ -7,7 +7,6 @@ module SpreePaypalExpress
config.autoload_paths += %W(#{config.root}/lib)
def self.activate
debugger
Dir.glob(File.join(File.dirname(__FILE__), "../app/**/*_decorator*.rb")) do |c|
Rails.env.production? ? require(c) : load(c)
end