Remove debug code.

This commit is contained in:
Joshua Nichols
2010-11-13 13:57:55 -06:00
parent 4a7e369c36
commit 6209080e0c

View File

@@ -107,7 +107,6 @@ class Homesick < Thor
desc "list", "List cloned castles"
def list
#require 'ruby-debug'; breakpoint
Pathname.glob("#{repos_dir}/**/*/.git") do |git_dir|
castle = git_dir.dirname
Dir.chdir castle do # so we can call git config from the right contxt