🔇 Stop logging unchanged substitutions
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user