From f135b9b54045bd28ff182431c329c5f9aee75304 Mon Sep 17 00:00:00 2001 From: Andrew Nacin Date: Fri, 15 Nov 2013 16:39:16 +0000 Subject: [PATCH] Remove debug cruft. props dimadin. see #25948. git-svn-id: https://develop.svn.wordpress.org/trunk@26215 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/includes/theme.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/wp-admin/includes/theme.php b/src/wp-admin/includes/theme.php index 94e811606a..6d07a6531c 100644 --- a/src/wp-admin/includes/theme.php +++ b/src/wp-admin/includes/theme.php @@ -398,7 +398,6 @@ function wp_prepare_themes_for_js( $themes = null ) { ), ); } - // var_dump( $prepared_themes ); return $prepared_themes; } \ No newline at end of file