Skip to content

Commit

Permalink
removed debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
Guillaume Maury committed Sep 15, 2011
1 parent d9af4c9 commit dea6cc5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/locomotive/liquid/filters/html.rb
Expand Up @@ -63,8 +63,6 @@ def theme_image_url(input)
# input: name of file including folder
# example: 'about/myphoto.jpg' | theme_image # <img src="images/about/myphoto.jpg" />
def theme_image_tag(input, *args)
Kernel.puts input.inspect
Kernel.puts args.inspect
image_options = inline_options(args_to_options(args))

"<img src=\"#{theme_image_url(input)}\" #{image_options}/>"
Expand Down

0 comments on commit dea6cc5

Please sign in to comment.