Skip to content

Commit 961d364

Browse files
committed
Refactor FilestorageService to remove unnecessary console.log statements
1 parent cedce4e commit 961d364

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/core/filestorage/filestorage.service.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,6 @@ export class FilestorageService extends AbstractServiceSchema {
4949
// noinspection ExceptionCaughtLocallyJS
5050
switch (data.type) {
5151
case FsType.FILE: {
52-
console.log('basePath', basePath)
53-
console.log('hasFileExtension', hasFileExtension(basePath))
5452
if (!basePath || !hasFileExtension(basePath)) {
5553
partPath.push(file.originalname)
5654
}

0 commit comments

Comments
 (0)