Skip to content

Commit ce30455

Browse files
author
Richard Hulse
committed
remove debugging output
1 parent 7960b2a commit ce30455

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/modules/css_tidy.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ def tidy(css, opts={})
2929
:optimize_selectors => false,
3030
:format => 0,
3131
}.merge(opts)
32-
puts options.inspect
32+
3333
case options[:format]
3434
when 1
3535
format = :multi_line

0 commit comments

Comments
 (0)