We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1972a18 commit 298b076Copy full SHA for 298b076
extensions/notebook-renderers/src/linkify.ts
@@ -57,7 +57,6 @@ export class LinkDetector {
57
* and added as a child of the returned <span>.
58
*/
59
linkify(text: string, options: LinkOptions, splitLines?: boolean): HTMLElement {
60
- console.log('linkifyiiiiiing', JSON.stringify(options));
61
if (splitLines) {
62
const lines = text.split('\n');
63
for (let i = 0; i < lines.length - 1; i++) {
0 commit comments