Skip to content

Commit

Permalink
Removed comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
Travis Reeder committed Jan 17, 2011
1 parent 341da9b commit 374d6ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/awsbase/require_relative.rb
Expand Up @@ -4,7 +4,7 @@
unless Kernel.respond_to?(:require_relative)
module Kernel
def require_relative(path)
puts 'IN NEW REQUIRE_RELATIVE ' + path.to_s
# puts 'IN NEW REQUIRE_RELATIVE ' + path.to_s
require File.join(File.dirname(caller[0]), path.to_str)
end
end
Expand Down

0 comments on commit 374d6ee

Please sign in to comment.