Skip to content

Commit

Permalink
remove comment block
Browse files Browse the repository at this point in the history
  • Loading branch information
bitcoder committed Apr 2, 2024
1 parent da1b57a commit f4f41be
Showing 1 changed file with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -164,14 +164,6 @@ private void writeXmlReportInCaseOfRoot(TestIdentifier testIdentifier) {
rootName = UniqueId.parse(testIdentifier.getUniqueId()).getSegments().get(0).getValue();
}
writeXmlReportSafely(testIdentifier, rootName);
/*
System.out.println("=======================================");
String parentIdLastSegment = testIdentifier.getParentIdObject().get().getLastSegment().getValue();
String lastSegment = testIdentifier.getUniqueIdObject().getLastSegment().getValue();
System.out.println("last_segment: " + lastSegment);
writeXmlReportSafely(testIdentifier, lastSegment);
*/
}
}

Expand Down

0 comments on commit f4f41be

Please sign in to comment.