Skip to content

Commit

Permalink
remove console log message (#200684)
Browse files Browse the repository at this point in the history
  • Loading branch information
amunger authored Dec 12, 2023
1 parent 1972a18 commit 298b076
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion extensions/notebook-renderers/src/linkify.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ export class LinkDetector {
* and added as a child of the returned <span>.
*/
linkify(text: string, options: LinkOptions, splitLines?: boolean): HTMLElement {
console.log('linkifyiiiiiing', JSON.stringify(options));
if (splitLines) {
const lines = text.split('\n');
for (let i = 0; i < lines.length - 1; i++) {
Expand Down

0 comments on commit 298b076

Please sign in to comment.