mirror of
https://repository.entgra.net/community/device-mgt-core.git
synced 2025-10-06 02:01:45 +00:00
Remove unnecessary logs
This commit is contained in:
parent
204ba91010
commit
c78abf0564
@ -800,9 +800,6 @@ public class OperationManagerImpl implements OperationManager {
|
||||
if ((currentTime - updatedTime) < notNowOperationFrequency) {
|
||||
dtoOperation = operationDAO.getNextOperation(enrolmentInfo.getId(),
|
||||
org.wso2.carbon.device.mgt.core.dto.operation.mgt.Operation.Status.PENDING);
|
||||
} else {
|
||||
log.warn("Updated timestamp (" + updatedTime + ") of operation (" +
|
||||
new Gson().toJson(dtoOperation) + ") is ahead from current: " + currentTime);
|
||||
}
|
||||
} else {
|
||||
dtoOperation = operationDAO.getNextOperation(enrolmentInfo.getId(),
|
||||
|
||||
Loading…
Reference in New Issue
Block a user