From 6209080e0c8fcb479d3b0a8feed2a7c123c680c5 Mon Sep 17 00:00:00 2001 From: Joshua Nichols Date: Sat, 13 Nov 2010 13:57:55 -0600 Subject: [PATCH] Remove debug code. --- lib/homesick.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/homesick.rb b/lib/homesick.rb index f439542..f12ebca 100644 --- a/lib/homesick.rb +++ b/lib/homesick.rb @@ -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