diff --git a/server/parser/index.js b/server/parser/index.js index aa63b50..cb5e7ec 100644 --- a/server/parser/index.js +++ b/server/parser/index.js @@ -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