diff --git a/src/wp-to-twitter-oauth.php b/src/wp-to-twitter-oauth.php index 3520fa5..7acbe7f 100644 --- a/src/wp-to-twitter-oauth.php +++ b/src/wp-to-twitter-oauth.php @@ -202,7 +202,6 @@ function wpt_update_oauth_settings( $auth = false, $post = false ) { } else { $code = 'null'; $error = __( 'Data was not returned in a recognizable format.', 'wp-to-twitter' ); - echo '
'; print_r( $data ); echo '
'; } update_option( 'wpt_error', "$code: $error" ); } else {