TSK-1336: Remove unnecessary warn logging in updateTask()

This commit is contained in:
Joerg Heffner 2020-07-15 15:34:55 +02:00 committed by gitgoodjhe
parent f7910dd0c0
commit abced36ecd
1 changed files with 0 additions and 1 deletions

View File

@ -443,7 +443,6 @@ public class TaskServiceImpl implements TaskService {
String changeDetails = determineChangesInTaskAttributes(oldTaskImpl, newTaskImpl);
LOGGER.warn(changeDetails);
historyEventManager.createEvent(
new UpdatedEvent(
IdGenerator.generateWithPrefix(ID_PREFIX_HISTORY_EVENT),