Commented out println method in order to avoid unnecessary output in the command line

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/HEAD@118813 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Tuna Aksoy
2015-11-28 15:52:44 +00:00
parent e4a0fc62f8
commit 63b9baaa7e

View File

@@ -103,7 +103,7 @@ public class JSONConversionComponentTest extends BaseRMTestCase
public JSONObject run() throws Exception
{
String json = converter.toJSON(nodeRef, true);
System.out.println(json);
//System.out.println(json);
return new JSONObject(json);
}