lib/subtle/dominikh/dynamic_icon.rb in subtle-dynamic_icon-0.0.2 vs lib/subtle/dominikh/dynamic_icon.rb in subtle-dynamic_icon-0.0.3
- old
+ new
@@ -24,11 +24,9 @@
# return [String]
def to_str
s = super
if color
- p " -->"
- p Subtlext::Subtle.colors[:fg_sublets]
return color + s + Subtlext::Subtle.colors[:fg_sublets].to_s
else
return s
end
end