Skip to content

Commit 753cd04

Browse files
committed
chore: remove console log from copy link button
1 parent b7e9f3e commit 753cd04

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

_javascript/modules/components/clipboard.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,5 @@ export function initClipboard() {
126126
btnCopyLink.on('mouseleave', function (e) {
127127
const target = $(e.target);
128128
target.tooltip('hide');
129-
console.log('mouse leave...');
130129
});
131130
}

0 commit comments

Comments
 (0)