Remove System.out.println

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@2096 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Andrew Hind
2006-01-10 15:48:55 +00:00
parent 6dcf035c11
commit 5311248be8

View File

@@ -157,9 +157,7 @@ public class NodeSearcher
{
buffer.append(" ").append(nodeService.getProperty(node, attOrd.attribute));
}
System.out.println(buffer.toString());
}
System.out.println();
}
return answer;
}