RM-4542: removed debugging log

This commit is contained in:
Kristijan Conkas
2016-12-12 16:14:05 +00:00
parent 6fc3538f1b
commit e646b1795d

View File

@@ -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();