remove debug string

darcs-hash:20080529172258-84dde-5c413413103946838aaeed249019f168e8f5b601.gz
This commit is contained in:
Evan Prodromou 2008-05-29 13:22:58 -04:00
parent 163e396467
commit a8fa9eb1bd
1 changed files with 0 additions and 1 deletions

View File

@ -352,7 +352,6 @@ function common_canonical_email($email) {
function common_render_content($text, $notice=NULL) {
$r = htmlspecialchars($text);
if ($notice) {
print('Got a notice, checking for atlinks.');
$id = $notice->profile_id;
$r = preg_replace('/\b@([\w-]+)\b/e', "ATLINK*** \\1 ***", $r);
}