remove debug statements
did
committed Jun 10, 2014
commit e84225fe60dfb0a50efd80cd690ca0f27468d98b
Showing 2
changed files with
0 additions
and 2 deletions
locomotive/wagon/cli.rb b/lib/locomotive/wagon/cli.rb
+0
-1
| @@ | @@ -170,7 +170,6 @@ module Locomotive |
| method_option :skip_bundle, type: 'boolean', default: false, desc: "Don't run bundle install" | |
| method_option :verbose, aliases: '-v', type: 'boolean', default: false, desc: 'display the full error stack trace if an error occurs' | |
| def init(name, path = '.', *generator_options) | |
| - | puts generator_options.inspect |
| force_color_if_asked(options) | |
| require 'locomotive/wagon/generators/site' | |
| require File.expand_path(options[:lib]) if options[:lib] | |
locomotive/wagon/generators/site/base.rb b/lib/locomotive/wagon/generators/site/base.rb
+0
-1
| @@ | @@ -41,7 +41,6 @@ module Locomotive |
| end | |
| def self.may_use_scss | |
| - | puts "youpi...." |
| class_option :scss, type: :boolean, default: nil, required: false, desc: 'Use SCSS stylesheets?' | |
| end | |