删除掉调试时的输出语句

This commit is contained in:
以诺书 2024-01-29 16:42:06 +08:00
parent eb27843928
commit 2f482e2932
2 changed files with 0 additions and 2 deletions

View File

@ -463,7 +463,6 @@ switch($type){
break;
}
$query=substr($data,24,$startbyte-16);
echo $query."\n";
$returndata= json_encode(array('type' => $type, 'name' => "$realname", 'id'=>"$id", 'query'=>"$query"));

View File

@ -463,7 +463,6 @@ switch($type){
break;
}
$query=substr($data,24,$startbyte-16);
echo $query."\n";
$returndata= json_encode(array('type' => $type, 'name' => "$realname", 'id'=>"$id", 'query'=>"$query"));