From: Evan Prodromou Date: Thu, 29 May 2008 17:22:58 +0000 (-0400) Subject: remove debug string X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=a8fa9eb1bd1318c2612e54cdcd6e80cadac5dd65;p=quix0rs-gnu-social.git remove debug string darcs-hash:20080529172258-84dde-5c413413103946838aaeed249019f168e8f5b601.gz --- diff --git a/lib/util.php b/lib/util.php index abd8a86255..7a0d5d11f1 100644 --- a/lib/util.php +++ b/lib/util.php @@ -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); }