mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +00:00
RM-4542: removed debugging log
This commit is contained in:
@@ -190,7 +190,7 @@ public class FilePlanComponentAPI extends RestAPI<FilePlanComponentAPI>
|
|||||||
root.fieldNames().forEachRemaining(f -> {
|
root.fieldNames().forEachRemaining(f -> {
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
builder.addMultiPart(f, root.get(f).asText(), ContentType.JSON.name());
|
builder.addMultiPart(f, root.get(f).asText(), ContentType.JSON.name());
|
||||||
}
|
}
|
||||||
catch (Exception error)
|
catch (Exception error)
|
||||||
{
|
{
|
||||||
@@ -206,7 +206,6 @@ public class FilePlanComponentAPI extends RestAPI<FilePlanComponentAPI>
|
|||||||
*/
|
*/
|
||||||
Response response = given()
|
Response response = given()
|
||||||
.spec(builder.build())
|
.spec(builder.build())
|
||||||
.log().everything()
|
|
||||||
.when()
|
.when()
|
||||||
.post("fileplan-components/{fileplanComponentId}/children?{parameters}", parentId, getParameters())
|
.post("fileplan-components/{fileplanComponentId}/children?{parameters}", parentId, getParameters())
|
||||||
.andReturn();
|
.andReturn();
|
||||||
|
Reference in New Issue
Block a user