Skip to content

Commit

Permalink
feat: 删除console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
jiangchunfu committed Sep 13, 2024
1 parent 69ffdc5 commit 794abdc
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ export class LocalHandler implements FileUploadHandler {
)
.split(sep)
.join('/');
console.log(filePath);
const physicalPath = join(this.physicalRootPath, filePath);
await fse.mkdir(dirname(physicalPath), { recursive: true });
const writeStream = createWriteStream(physicalPath);
Expand Down

0 comments on commit 794abdc

Please sign in to comment.