remove console warns

pull/1490/head
John McLear 2013-02-10 17:39:02 +00:00
parent d16b15f3eb
commit a378f48c00
1 changed files with 0 additions and 2 deletions

View File

@ -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');
}