remove extra debug messages

This commit is contained in:
Adrian Tiberius 2016-12-15 07:53:18 +02:00
parent 11f4180a2a
commit 7616decdf9
1 changed files with 0 additions and 3 deletions

View File

@ -5,9 +5,6 @@ $command = "cd /var/www/status-site && git reset --hard HEAD && git pull origin
// TODO check against ip or secret hash
$log_file = "/var/www/status-site/build.log";
file_put_contents($log_file, var_export($_SERVER, true), FILE_APPEND);
$content = file_get_contents("php://input");
file_put_contents($log_file, var_export($content, true), FILE_APPEND);
if ( $_SERVER['HTTP_X_GITHUB_EVENT'] == 'push' ) {
if( ($fp = popen($command, "r")) ) {