From 447ae7de5a145445d904fdaa5d0faf90aae09095 Mon Sep 17 00:00:00 2001 From: Geoffrey Grosenbach Date: Thu, 11 Sep 2008 20:41:03 -0700 Subject: [PATCH] Removed comment --- bin/couchview | 6 ------ 1 file changed, 6 deletions(-) diff --git a/bin/couchview b/bin/couchview index 0314aad..b7c6b13 100755 --- a/bin/couchview +++ b/bin/couchview @@ -36,12 +36,6 @@ unless (["push", "generate"].include?(options[:command]) && options[:directory] exit end -# The options hash now contains the resolved defaults -# and the overrides from the command line. - -# Call your class and send it the options here -# cr = CouchRest::FileManager.new(options[:database_name]) - case options[:command] when "push" CouchRest::Commands::Push.run(options)