Browse Source

Remove debug

widget
Lee Willis 8 years ago
parent
commit
9147a8f219
  1. 1
      github-embed.php

1
github-embed.php

@ -252,7 +252,6 @@ class github_embed {
$response->html .= '<p class="github-milestone-description">' . nl2br( esc_html( $summary->description ) ) . '</p><br>';
$response->html .= '</div>';
error_log( basename( __FILE__ ) . ': (' . __LINE__ . ') : response is ' . print_r( $response, 1 ) );
header( 'Content-Type: application/json' );
echo json_encode( $response );
die();

Loading…
Cancel
Save