Remove debug. see #13566
git-svn-id: http://svn.automattic.com/wordpress/trunk@14969 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
d45ae3d22c
commit
6f17332d8c
|
@ -68,7 +68,6 @@ $importers = get_importers();
|
|||
foreach ( $popular_importers as $pop_importer => $pop_data ) {
|
||||
if ( isset($importers[$pop_importer] ) )
|
||||
continue;
|
||||
var_dump( $pop_data );
|
||||
if ( isset( $pop_data[3] ) && isset( $importers[ $pop_data[3] ] ) )
|
||||
continue;
|
||||
|
||||
|
|
Loading…
Reference in New Issue