Skip to content

Commit

Permalink
Remove unnecessary console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
Aareksio committed Aug 17, 2018
1 parent d55f9cf commit 22b8001
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/js/script.js
Expand Up @@ -99,8 +99,6 @@ jQuery(function($) {
$('pre code').each(function(i, e) {
hljs.highlightBlock(e);

console.log($(this));

if(!$(this).hasClass('language-text')) {
var code = $(this);
var lines = code.html().split(/\n/).length;
Expand Down

0 comments on commit 22b8001

Please sign in to comment.