remove debug puts

This commit is contained in:
Kyle Drake 2017-07-23 11:15:11 -07:00
parent b1ec65ac14
commit 49d8732459

View file

@ -136,7 +136,6 @@ module Ago
# If the argument passed into ago() is a symbol, focus the ago statement # If the argument passed into ago() is a symbol, focus the ago statement
# down to the level specified in the symbol # down to the level specified in the symbol
puts focus.class.inspect
if focus.class == Symbol if focus.class == Symbol
break if u == focus || u == :second break if u == focus || u == :second
elsif focus.class == Integer elsif focus.class == Integer