RED-6467: Removed debugging logs

This commit is contained in:
Viktor Seifert 2023-04-13 16:58:17 +02:00
parent fee9fedbb2
commit 66ff55f826

View File

@ -106,9 +106,6 @@ public class EntryPersistenceService {
var type = typeRepository.getById(typeId);
log.info("Adding {} entries to type {} - {}", entries.size(), type.getType(), dictionaryEntryType);
log.info("Following entries will be added\n" + String.join("\n", entries));
switch (dictionaryEntryType) {
case ENTRY -> {
var undeletedEntries = entryRepository.undeleteEntries(typeId, entries, version);