🔇 Stop logging unchanged substitutions
This commit is contained in:
@ -197,11 +197,6 @@ export class Parser {
|
||||
"Insert / DB",
|
||||
`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
|
||||
// entries that are not present in the substitution plan
|
||||
|
Reference in New Issue
Block a user