Removed commented block code
gitea/salix/pipeline/head This commit looks good Details

This commit is contained in:
Joan Sanchez 2023-02-20 14:17:18 +01:00
parent ab6ca12862
commit 0393d9cb6a
1 changed files with 0 additions and 1 deletions

View File

@ -84,7 +84,6 @@ module.exports = Self => {
const container = await models.ImageContainer.container(collectionName);
const rootPath = container.client.root;
const collectionDir = path.join(rootPath, collectionName);
// const file = `${fileName}.png`;
const dstDir = path.join(collectionDir, 'full');
const dstFile = path.join(dstDir, fileName);