Skip to content

Commit adc110b

Browse files
committed
Remove a spare console.log from the demo.
1 parent de4ec7a commit adc110b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/demo/index.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
var infoOrLog = function () {
1616
(console.info || console.log).apply(console, arguments);
1717
};
18-
clipboard.setDebugLog(infoOrLog);
18+
// clipboard.setDebugLog(infoOrLog);
1919

2020
var imgBytes = [0x89, 0x50, 0x4E, 0x47, 0x0D, 0x0A, 0x1A, 0x0A, 0x00, 0x00, 0x00, 0x0D, 0x49, 0x48, 0x44, 0x52, 0x00, 0x00, 0x00, 0x06, 0x00, 0x00, 0x00, 0x0A, 0x08, 0x04, 0x00, 0x00, 0x00, 0x3D, 0x07, 0xE7,
2121
0xB8, 0x00, 0x00, 0x00, 0x01, 0x73, 0x52, 0x47, 0x42, 0x00, 0xAE, 0xCE, 0x1C, 0xE9, 0x00, 0x00, 0x00, 0x02, 0x62, 0x4B, 0x47, 0x44, 0x00, 0xFF, 0x87, 0x8F, 0xCC, 0xBF, 0x00, 0x00, 0x00, 0x09,
@@ -46,7 +46,6 @@
4646
resultField.class = ""; // Can't use `classList`, so we set the entire `class`.
4747
}, function (err) {
4848
resultField.textContent = err;
49-
console.log("foo")
5049
resultField.setAttribute("class", "error"); // Can't use `classList`, so we set the entire `class`.
5150
})
5251
}

0 commit comments

Comments
 (0)