Skip to content

Commit

Permalink
remove debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
garybernhardt committed Jan 1, 2011
1 parent 5535259 commit e77afc5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion progress_bar_finder.rb
Expand Up @@ -49,7 +49,6 @@ def indicators
def indicators_from_element(element)
immediate_indicators = self.immediate_indicators(element)
children = element.scrollAreas.get()
puts "analyzing #{children.inspect}"
if children.empty?
child_indicators = []
else
Expand Down

0 comments on commit e77afc5

Please sign in to comment.