mirror of
https://github.com/beautifier/js-beautify.git
synced 2025-03-04 02:58:14 +00:00
Remove leftover console-log
This commit is contained in:
parent
d139657d98
commit
20f7f0d17a
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user