Removed some debugging stuff
This commit is contained in:
parent
23c9a19700
commit
6d893e3aeb
|
@ -22,7 +22,6 @@ class DirTermine
|
||||||
dir = gets.chomp
|
dir = gets.chomp
|
||||||
dir = default_dir if dir.empty? || dir.nil?
|
dir = default_dir if dir.empty? || dir.nil?
|
||||||
create_dir(dir)
|
create_dir(dir)
|
||||||
puts dir + " IS DESTINATION"
|
|
||||||
File.expand_path(dir)
|
File.expand_path(dir)
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue