Remove console.log
This commit is contained in:
parent
f656ca69d9
commit
9569b096cc
1 changed files with 0 additions and 1 deletions
|
@ -362,7 +362,6 @@ function onWindowReady() {
|
|||
|
||||
var copyButton;
|
||||
$('pre code').each(function () {
|
||||
console.log($(this));
|
||||
$(this).parent().before($('<div>', {'class': 'copy-clipboard'})
|
||||
.append(copyButton = $('<span>', {
|
||||
'class': 'btn-clipboard',
|
||||
|
|
Loading…
Reference in a new issue