RED-6467: Removed debugging logs
This commit is contained in:
parent
fee9fedbb2
commit
66ff55f826
@ -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);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user