aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bundler/settings.rb
diff options
context:
space:
mode:
authorwycats <wycats@gmail.com>2010-09-09 16:40:07 -0700
committerwycats <wycats@gmail.com>2010-09-09 16:40:07 -0700
commit26bd845cbd3daad0c903b905e659ed00f472e366 (patch)
tree35bbbb529de1eb1c7039267e3b089c55d159321d /lib/bundler/settings.rb
parent74d8e38ea56246a8b7a785d7b62d1c4e39e409ea (diff)
downloadbundler-26bd845cbd3daad0c903b905e659ed00f472e366.tar.gz
What?!
Diffstat (limited to 'lib/bundler/settings.rb')
-rw-r--r--lib/bundler/settings.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/bundler/settings.rb b/lib/bundler/settings.rb
index 24777b05..e103957a 100644
--- a/lib/bundler/settings.rb
+++ b/lib/bundler/settings.rb
@@ -94,8 +94,6 @@ module Bundler
end
def set_key(key, value, hash, file)
- puts [key, value, hash, file].inspect
- exit
key = key_for(key)
unless hash[key] == value