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)); } });