Removed some debugging stuff

This commit is contained in:
Sean 2019-06-16 00:59:42 -07:00
parent 23c9a19700
commit 6d893e3aeb

View file

@ -22,7 +22,6 @@ class DirTermine
dir = gets.chomp
dir = default_dir if dir.empty? || dir.nil?
create_dir(dir)
puts dir + " IS DESTINATION"
File.expand_path(dir)
end