From dbd2431a5535f574715c7504085decf32c52fbfa Mon Sep 17 00:00:00 2001 From: nacin Date: Fri, 15 Oct 2010 08:55:06 +0000 Subject: [PATCH] Remove debug cruft. git-svn-id: http://svn.automattic.com/wordpress/trunk@15813 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/functions.php | 1 - 1 file changed, 1 deletion(-) diff --git a/wp-includes/functions.php b/wp-includes/functions.php index 6427c77a78..af697bb67b 100644 --- a/wp-includes/functions.php +++ b/wp-includes/functions.php @@ -4356,7 +4356,6 @@ function _wp_mysql_week( $column ) { function wp_find_hierarchy_loop( $callback, $start, $start_parent, $callback_args = array() ) { $override = is_null( $start_parent ) ? array() : array( $start => $start_parent ); - echo "wp_find_hierarchy_loop: $callback, $start, $callback_args\n"; if ( !$arbitrary_loop_member = wp_find_hierarchy_loop_tortoise_hare( $callback, $start, $override, $callback_args ) ) return array();