Skip to content
This repository has been archived by the owner on Dec 24, 2020. It is now read-only.

Commit

Permalink
comment out tracecode
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudhead committed Dec 2, 2009
1 parent 4ff8a75 commit d94ff60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/less/engine/nodes/property.rb
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def nearest node
end

def evaluate env = nil
puts "evaluating property `#{to_s}`: #{value.inspect}"
# puts "evaluating property `#{to_s}`: #{value.inspect}"
if value.is_a?(Expression) #Value
# puts "value is a Value"
value.map {|e| e.evaluate(env) } #6
Expand Down

0 comments on commit d94ff60

Please sign in to comment.