Skip to content

Commit

Permalink
FEAT: remove log on success
Browse files Browse the repository at this point in the history
  • Loading branch information
Dominic-Marcelino committed Nov 11, 2024
1 parent 4842680 commit 7cfeb9e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/auto-generate-file-transformations-hook/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ export default defineHook(({ filter, action }, hookExtensionContext) => {
for (const transformationSet of selectedAutoTransformationSets) {
try {
await sudoAssetsService.getAsset(key, transformationSet);
hookExtensionContext.logger.info(`[AutoGenerateFileTransformations] Auto generated transformation: ${transformationSet.transformationParams.key} for file ${key}`);
} catch (error) {
hookExtensionContext.logger.error(`[AutoGenerateFileTransformations] Error while Auto-generating file transformation: ${transformationSet.transformationParams.key} for file ${key}`, error);
hookExtensionContext.logger.error(error);
Expand Down

0 comments on commit 7cfeb9e

Please sign in to comment.