From 042782ce6cc551b6534bf15608189678f97b5f1a Mon Sep 17 00:00:00 2001 From: Kyle Spier-Swenson Date: Wed, 23 Aug 2017 18:34:22 -0700 Subject: [PATCH] Remove debug output --- tools/github_webhook_processor.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/tools/github_webhook_processor.php b/tools/github_webhook_processor.php index 3d1c5fdd041..0c1ce32b9ae 100644 --- a/tools/github_webhook_processor.php +++ b/tools/github_webhook_processor.php @@ -133,8 +133,6 @@ function apisend($url, $method = 'GET', $content = NULL) { )); if ($content) $scontext['http']['content'] = $content; - print_r($scontext); - print_r($url); return file_get_contents($url, false, stream_context_create($scontext)); }