Revert "build: debug"

This reverts commit 957f7ffd8d.
This commit is contained in:
手瓜一十雪
2024-09-11 22:41:59 +08:00
parent 957f7ffd8d
commit a9f5069649
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 };
}