🔇 Stop logging unchanged substitutions

This commit is contained in:
2022-05-19 21:51:47 +02:00
parent 9fad079102
commit 4150766483

View File

@ -197,11 +197,6 @@ export class Parser {
"Insert / DB", "Insert / DB",
`Found changed substitution: S:${matchingSubstitution.id} C:${substitutionChange.id}` `Found changed substitution: S:${matchingSubstitution.id} C:${substitutionChange.id}`
); );
} else {
log(
"Insert / DB",
`Substitution unchanged: S:${matchingSubstitution.id}`
);
} }
// Remove the substitution from the array to later know the // Remove the substitution from the array to later know the
// entries that are not present in the substitution plan // entries that are not present in the substitution plan