From 6e867f219e854b5eb0b513d212646419a22a66df Mon Sep 17 00:00:00 2001 From: Joe Dolson Date: Sun, 14 Apr 2024 11:18:12 -0500 Subject: [PATCH] Debugging left in commit --- src/wp-to-twitter-oauth.php | 1 - 1 file changed, 1 deletion(-) 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 {