删除调试信息

This commit is contained in:
zyc404 2023-10-16 18:46:35 +08:00
parent 14d7088e90
commit ed568c40a4

View file

@ -30,7 +30,6 @@ async function Guoba(fastify, options) {
try {
let { getAllWebAddress } = await import('../../../Guoba-Plugin/utils/common.js')
const { custom, local, remote } = await getAllWebAddress()
console.log(local[0])
if (local.length > 0) {
const guobaOptions = {
method: body.post ? 'POST' : 'GET',