Skip to content

Commit 298b076

Browse files
authored
remove console log message (#200684)
1 parent 1972a18 commit 298b076

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

extensions/notebook-renderers/src/linkify.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ export class LinkDetector {
5757
* and added as a child of the returned <span>.
5858
*/
5959
linkify(text: string, options: LinkOptions, splitLines?: boolean): HTMLElement {
60-
console.log('linkifyiiiiiing', JSON.stringify(options));
6160
if (splitLines) {
6261
const lines = text.split('\n');
6362
for (let i = 0; i < lines.length - 1; i++) {

0 commit comments

Comments
 (0)