Remove debug output

This commit is contained in:
Kyle Spier-Swenson
2017-08-23 18:34:22 -07:00
committed by GitHub
parent 81f735b3b2
commit 042782ce6c
-2
View File
@@ -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));
}