Remove debug cruft. props dimadin. see #25948.

git-svn-id: https://develop.svn.wordpress.org/trunk@26215 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin 2013-11-15 16:39:16 +00:00
parent f75ee9ea0f
commit f135b9b540
1 changed files with 0 additions and 1 deletions

View File

@ -398,7 +398,6 @@ function wp_prepare_themes_for_js( $themes = null ) {
),
);
}
// var_dump( $prepared_themes );
return $prepared_themes;
}