From b581d587260e5b2250b5eb4299bc1e3bb51ebbfa Mon Sep 17 00:00:00 2001 From: Elena Hardon Date: Fri, 16 Feb 2018 16:08:18 +0200 Subject: [PATCH] MNT-19114: Removed unused comments --- .../test/integration/issue/RM19114Test.java | 3 --- 1 file changed, 3 deletions(-) diff --git a/rm-community/rm-community-repo/test/java/org/alfresco/module/org_alfresco_module_rm/test/integration/issue/RM19114Test.java b/rm-community/rm-community-repo/test/java/org/alfresco/module/org_alfresco_module_rm/test/integration/issue/RM19114Test.java index 4f25425329..c1f9745aaf 100644 --- a/rm-community/rm-community-repo/test/java/org/alfresco/module/org_alfresco_module_rm/test/integration/issue/RM19114Test.java +++ b/rm-community/rm-community-repo/test/java/org/alfresco/module/org_alfresco_module_rm/test/integration/issue/RM19114Test.java @@ -113,9 +113,6 @@ public class RM19114Test extends BaseRMTestCase { public void runImpl() throws Exception { - System.out.println(nodeService.getChildAssocs(wikiPage)); - System.out.println(nodeService.getProperties(wikiPage)); - assertEquals( true, nodeService.exists(wikiPage)); } });