Skip to content

Commit

Permalink
Comments debug statement
Browse files Browse the repository at this point in the history
  • Loading branch information
erwanlr committed Jul 23, 2015
1 parent 9720b4e commit 36df5ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/common/common_helper.rb
Expand Up @@ -60,7 +60,7 @@ def require_files_from_directory(absolute_dir_path, files_pattern = '*.rb')
# Files in the root dir are loaded first, then those in the subdirectories
files.sort_by { |file| [file.count('/'), file] }.each do |f|
f = File.expand_path(f)
puts "require #{f}" # Used for debug
# puts "require #{f}" # Used for debug
require f
end
end
Expand Down

0 comments on commit 36df5ee

Please sign in to comment.