lib/mic/mic.rb in mic-0.9.0 vs lib/mic/mic.rb in mic-1.0.0

- old
+ new

@@ -6,10 +6,9 @@ class << self def where(options = {}) include_segments = options[:include_segments] || false - puts include_segments a = Mic::Search.new a = a.select_by(:mic, options[:mic], include_segments) if options[:mic] a = a.select_by(:operating_mic, options[:operating_mic], include_segments) if options[:operating_mic] a = a.select_by(:market_name, options[:market_name], include_segments) if options[:market_name] a = a.select_by(:country_code, options[:country_code], include_segments) if options[:country_code] \ No newline at end of file