Skip to content

Commit

Permalink
logs removed
Browse files Browse the repository at this point in the history
  • Loading branch information
PRATHAM2002-DS committed Mar 13, 2024
1 parent e893e1e commit 81fcc6a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ private void processUpdateDomain(AtlasEntity entity, AtlasVertex vertex) throws
if (!currentDomainQualifiedName.equals(newDomainQualifiedName)) {
//Auth check
isAuthorized(currentDomainHeader, parentDomain);
LOG.info("Edge Labels: {}", entity.getRelationshipAttributes());

processMoveSubDomainToAnotherDomain(entity, vertex, currentDomainQualifiedName, newDomainQualifiedName, vertexQnName, superDomainQualifiedName);

} else {
Expand Down

0 comments on commit 81fcc6a

Please sign in to comment.