From 9147a8f219bef7eeb2b40be0c22ca63c8f371ede Mon Sep 17 00:00:00 2001 From: Lee Willis Date: Thu, 20 Jul 2017 14:23:42 +0100 Subject: [PATCH] Remove debug --- github-embed.php | 1 - 1 file changed, 1 deletion(-) diff --git a/github-embed.php b/github-embed.php index 2cb0ac0..782829d 100644 --- a/github-embed.php +++ b/github-embed.php @@ -252,7 +252,6 @@ class github_embed { $response->html .= '

' . nl2br( esc_html( $summary->description ) ) . '


'; $response->html .= ''; - error_log( basename( __FILE__ ) . ': (' . __LINE__ . ') : response is ' . print_r( $response, 1 ) ); header( 'Content-Type: application/json' ); echo json_encode( $response ); die();