Removal of an extraneous console.log

This commit is contained in:
echarp 2017-05-20 18:23:57 +02:00
parent ed797cfafb
commit 6ac523eea7
4 changed files with 90228 additions and 2 deletions

View File

@ -36,7 +36,6 @@ $(document).on 'turbolinks:load', ->
this.nodeValue.match(regexp)? || this.nodeValue.match(regexpPost)?
.each ->
console.log 'huuu'
$(this).replaceWith ->
this.nodeValue
.replace(regexp, '$1<span class="finePre">$2</span>$3')

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long