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"; }