Skip to content

Commit

Permalink
fix: remove tmp logs
Browse files Browse the repository at this point in the history
  • Loading branch information
marc-gavanier committed Sep 12, 2024
1 parent 1fa7c04 commit 06ff36d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/transformer/cli/action/transformer.action.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,6 @@ export const transformerAction = async (transformerOptions: TransformerOptions):
const sourceHash: string = createHash('sha256').update(source).digest('hex');

if (previousSourceHash === sourceHash) {
console.log('sourceName', transformerOptions.sourceName);
console.log('previousSourceHash', previousSourceHash);
console.log('sourceHash', sourceHash);
console.log("2. Il n'y a pas de différence par rapport à la transformation précédente");
return;
}
Expand Down

0 comments on commit 06ff36d

Please sign in to comment.