mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-19 22:23:33 +01:00
remove console warns
This commit is contained in:
parent
d16b15f3eb
commit
a378f48c00
1 changed files with 0 additions and 2 deletions
|
@ -261,7 +261,6 @@ function getTXTFromAtext(pad, atext, authorColors)
|
|||
var url = urlData[1];
|
||||
var urlLength = url.length;
|
||||
processNextChars(startIndex - idx);
|
||||
console.warn(url);
|
||||
// assem.append('<a href="' + Security.escapeHTMLAttribute(url) + '">');
|
||||
assem.append(url);
|
||||
processNextChars(urlLength);
|
||||
|
@ -300,7 +299,6 @@ function getTXTFromAtext(pad, atext, authorColors)
|
|||
}
|
||||
pieces.push(lineContent, '\n');
|
||||
}else{
|
||||
console.warn(line);
|
||||
pieces.push(lineContent, '\n');
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue