mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-20 02:08:47 +00:00
remove console log message (#200684)
This commit is contained in:
@@ -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++) {
|
||||
|
||||
Reference in New Issue
Block a user