See #3470, forgot a debug line, oops

git-svn-id: file:///home/svn/framework3/trunk@11669 4d416f70-5f16-0410-b530-b9f4589650da
unstable
Joshua Drake 2011-01-29 03:35:42 +00:00
parent 647b41cc96
commit 4f3cdf0b26
1 changed files with 0 additions and 2 deletions

View File

@ -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)