Skip to content

Commit

Permalink
chore: 移出调试
Browse files Browse the repository at this point in the history
  • Loading branch information
MliKiowa committed Dec 4, 2024
1 parent 229efbd commit 0b81313
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/core/apis/file.ts
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ export class NTQQFileApi {
});

await this.copyFile(filePath, mediaPath);
console.log('copyFile', filePath, mediaPath);
const fileSize = await this.getFileSize(filePath);
return {
md5: fileMd5,
Expand Down

0 comments on commit 0b81313

Please sign in to comment.