We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cedce4e commit 961d364Copy full SHA for 961d364
src/core/filestorage/filestorage.service.ts
@@ -49,8 +49,6 @@ export class FilestorageService extends AbstractServiceSchema {
49
// noinspection ExceptionCaughtLocallyJS
50
switch (data.type) {
51
case FsType.FILE: {
52
- console.log('basePath', basePath)
53
- console.log('hasFileExtension', hasFileExtension(basePath))
54
if (!basePath || !hasFileExtension(basePath)) {
55
partPath.push(file.originalname)
56
}
0 commit comments