From 415076648318666dfa7ae107706223493edc9401 Mon Sep 17 00:00:00 2001 From: minie4 Date: Thu, 19 May 2022 21:51:47 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=87=20Stop=20logging=20unchanged=20sub?= =?UTF-8?q?stitutions?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- server/parser/index.js | 5 ----- 1 file changed, 5 deletions(-) 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