See #3470, forgot a debug line, oops
git-svn-id: file:///home/svn/framework3/trunk@11669 4d416f70-5f16-0410-b530-b9f4589650daunstable
parent
647b41cc96
commit
4f3cdf0b26
|
@ -608,8 +608,6 @@ class ModuleManager < ModuleSet
|
|||
path = File.expand_path(path)
|
||||
path = Pathname.new(path).realpath.to_s
|
||||
|
||||
$stderr.puts "[*] Adding module path #{path.inspect} ..."
|
||||
|
||||
# Make sure the path is a valid directory before we try to rock the
|
||||
# house
|
||||
if (File.directory?(path) == false)
|
||||
|
|
Loading…
Reference in New Issue