fix: refs #6404 ref #6404 remove console.log
gitea/salix/pipeline/pr-master This commit looks good Details

This commit is contained in:
Pablo Natek 2024-05-31 11:53:55 +02:00
parent 884b5f8475
commit 988b3cbbee
1 changed files with 0 additions and 1 deletions

View File

@ -97,7 +97,6 @@ module.exports = Self => {
if (tx) await tx.commit();
console.log('file: ', file);
return {shipmentId, file};
};