Skip to content

Commit

Permalink
removed a debug message
Browse files Browse the repository at this point in the history
  • Loading branch information
armanm committed Apr 13, 2012
1 parent 6dd6e61 commit 19f9b52
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,6 @@ public function check_for_theme_update( $theme_name = '', $allow_cache = true )
$result = new stdClass();
$purchased_themes = $this->api->wp_list_themes( $allow_cache );

print_r($this->api->api_errors());


if ( $errors = $this->api->api_errors() )
{
$result->errors = array();
Expand Down

0 comments on commit 19f9b52

Please sign in to comment.