From 3ab33265bcafa6b47513910c9eb11438371044f2 Mon Sep 17 00:00:00 2001 From: ryan Date: Fri, 21 Dec 2007 06:12:23 +0000 Subject: [PATCH] Remove debug git-svn-id: http://svn.automattic.com/wordpress/trunk@6452 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/formatting.php | 1 - 1 file changed, 1 deletion(-) diff --git a/wp-includes/formatting.php b/wp-includes/formatting.php index 7aa1533f9..4ddad797a 100644 --- a/wp-includes/formatting.php +++ b/wp-includes/formatting.php @@ -631,7 +631,6 @@ function _make_url_clickable_cb($matches) { $url = clean_url($url); if ( empty($url) ) return $matches[0]; - error_log($matches[0], 0); return $matches[1] . "$url"; }