Skip to content

Commit

Permalink
remove stray comments
Browse files Browse the repository at this point in the history
  • Loading branch information
jaambros committed Feb 26, 2013
1 parent 4056846 commit 9c0cb19
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/numbers_and_words/translations_helpers/es.rb
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,7 @@ def translation_tens_with_ones numbers
end

def translation_hundreds number, is_100=false
#puts "t_100s number #{number.inspect} is_100 #{is_100.inspect}"
is_100 ? t(:one_hundred) : t(:hundreds)[number-1]
#t(:hundreds)[number-1]
end

def translation_megs capacity, is_one=false
Expand Down

0 comments on commit 9c0cb19

Please sign in to comment.