Skip to content

Commit 5f326e0

Browse files
committed
remove comments
1 parent 702e9d3 commit 5f326e0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

aemdesign-aem-services/src/main/java/design/aem/models/v2/common/StaticInclude.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@ protected void ready() {
6262

6363
String includeContents = "";
6464

65-
//Resource contentResource = _resourceResolver.getResource(_resourceResolver,includePaths,null);
6665
includeContents = getResourceContent(getResourceResolver(),includePaths,"");
6766
componentProperties.put("includeContents", includeContents);
6867
componentProperties.put("hasContent", StringUtils.isNotEmpty(includeContents));

0 commit comments

Comments
 (0)