Skip to content

Commit

Permalink
Debugging left in commit
Browse files Browse the repository at this point in the history
  • Loading branch information
joedolson committed Apr 14, 2024
1 parent 1d7f1fe commit 6e867f2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/wp-to-twitter-oauth.php
Original file line number Diff line number Diff line change
Expand Up @@ -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 '<pre>'; print_r( $data ); echo '</pre>';
}
update_option( 'wpt_error', "$code: $error" );
} else {
Expand Down

0 comments on commit 6e867f2

Please sign in to comment.