hide debug echo

pull/4/head
qkqpttgf 2020-01-20 12:49:55 +08:00 committed by GitHub
parent 697112ea70
commit 3fde6d0083
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ function main_handler($event, $context)
unset($_COOKIE); unset($_COOKIE);
unset($_SERVER); unset($_SERVER);
GetGlobalVariable($event); GetGlobalVariable($event);
echo '<pre>'. json_encode($_COOKIE, JSON_PRETTY_PRINT).'</pre>'; //echo '<pre>'. json_encode($_COOKIE, JSON_PRETTY_PRINT).'</pre>';
config_oauth(); config_oauth();
$path = GetPathSetting($event, $context); $path = GetPathSetting($event, $context);
return main($path); return main($path);