lib/quandl/format/dataset/client.rb in quandl_format-0.1.0 vs lib/quandl/format/dataset/client.rb in quandl_format-0.1.1

- old
+ new

@@ -5,10 +5,9 @@ module Client extend ActiveSupport::Concern def human_errors return if errors.blank? - puts errors m = "#{client.full_url} #{client.status}\n" m += " errors: \n" m += errors.collect do |error_type, messages| next human_error(error_type, messages) unless messages.is_a?(Hash) messages.collect{|n,m| human_error(n, m) } \ No newline at end of file