From 26a0cf0e7b6c77372624bdd311c07b70a0573c48 Mon Sep 17 00:00:00 2001 From: Ryan Boren Date: Fri, 21 Dec 2007 06:12:23 +0000 Subject: [PATCH] Remove debug git-svn-id: https://develop.svn.wordpress.org/trunk@6452 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-includes/formatting.php | 1 - 1 file changed, 1 deletion(-) diff --git a/wp-includes/formatting.php b/wp-includes/formatting.php index 7aa1533f9b..4ddad797a5 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"; }