From a8fa9eb1bd1318c2612e54cdcd6e80cadac5dd65 Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Thu, 29 May 2008 13:22:58 -0400 Subject: [PATCH] remove debug string darcs-hash:20080529172258-84dde-5c413413103946838aaeed249019f168e8f5b601.gz --- lib/util.php | 1 - 1 file changed, 1 deletion(-) 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); }