OSDN Git Service

remove stray print_r()
authorscribu <mail@scribu.net>
Tue, 13 Aug 2013 13:41:29 +0000 (16:41 +0300)
committerscribu <mail@scribu.net>
Tue, 13 Aug 2013 13:41:29 +0000 (16:41 +0300)
php/commands/site.php

index e067018..6da3de8 100644 (file)
@@ -371,7 +371,6 @@ class Site_Command extends WP_CLI_Command {
 
                $list = array();
                foreach ( $it as $blog ) {
-                       print_r($blog);
                        $blog->url = $blog->domain . $blog->path;
                        $list[] = $blog;
                }