summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvan Prodromou <evan@prodromou.name>2008-05-29 13:22:58 -0400
committerEvan Prodromou <evan@prodromou.name>2008-05-29 13:22:58 -0400
commita8fa9eb1bd1318c2612e54cdcd6e80cadac5dd65 (patch)
treed9955c051e736622dd158b31fb3a6ecf4cf9eb2f
parent163e39646795a08b1fdaac83c696249178faa017 (diff)
remove debug string
darcs-hash:20080529172258-84dde-5c413413103946838aaeed249019f168e8f5b601.gz
-rw-r--r--lib/util.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/util.php b/lib/util.php
index abd8a8625..7a0d5d11f 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);
}