Revert "build: debug"

This reverts commit ad925d61f0.
This commit is contained in:
手瓜一十雪
2024-09-11 22:41:59 +08:00
parent ad925d61f0
commit ff298c8e2a
3 changed files with 1 additions and 4 deletions

View File

@@ -819,7 +819,6 @@ export class OneBotMsgApi {
if (!isLocal) { // 只删除http和base64转过来的文件
deleteAfterSentFiles.push(path);
}
console.log('【Debug】文件路径 处理', path, isLocal);
return { path, fileName: inputdata.name ?? fileName };
}