Skip to content

Commit

Permalink
remove system out
Browse files Browse the repository at this point in the history
  • Loading branch information
elguardian committed Oct 17, 2023
1 parent 2f97527 commit b5f38e2
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -347,8 +347,6 @@ public void testProcessGatewayAPI() throws IOException {
.statusCode(200)
.body("errors", nullValue()));

System.out.println("PROCESS INSTANCE 2!!! UPDATED " + taskSchema);

await()
.atMost(TIMEOUT)
.untilAsserted(() -> given().spec(dataIndexSpec()).contentType(ContentType.JSON)
Expand Down

0 comments on commit b5f38e2

Please sign in to comment.