Remove leftover console-log

This commit is contained in:
Einar Lielmanis 2013-04-23 09:23:58 +03:00
parent d139657d98
commit 20f7f0d17a

View File

@ -254,7 +254,6 @@ function beautify()
opts.wrap_line_length = $('#wrap-line-length').val();
opts.space_after_anon_function = true;
console.log(opts);
if (looks_like_html(source)) {
output = html_beautify(source, opts);
} else {