mirror of
https://github.com/strapi/strapi.git
synced 2026-01-08 05:04:10 +00:00
remove console log
This commit is contained in:
parent
4f9f0a11cd
commit
c968b3e2d7
@ -171,12 +171,9 @@ class LocalStrapiDestinationProvider implements IDestinationProvider {
|
||||
const entryPath = path.join(assetsDirectory, chunk.filename);
|
||||
const writableStream = fse.createWriteStream(entryPath);
|
||||
|
||||
console.log('hello from the other side?');
|
||||
|
||||
chunk.stream
|
||||
.pipe(writableStream)
|
||||
.on('close', () => {
|
||||
console.log('close/end substream');
|
||||
callback(null);
|
||||
})
|
||||
.on('error', async (error: NodeJS.ErrnoException) => {
|
||||
|
||||
@ -152,8 +152,6 @@ const createPushController = (options: ILocalStrapiDestinationProviderOptions):
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
console.log('[assets] done');
|
||||
},
|
||||
},
|
||||
};
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user