Skip to content

Commit d9840c3

Browse files
committed
Remove log chatter
1 parent 1ea4794 commit d9840c3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/test/smoketest/plain_server.http

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,6 @@ Content-Type: application/json
8787
});
8888
const batch_patient_location = response.body.entry[0].response.location;
8989
const indexOfHistory = batch_patient_location.lastIndexOf("/_history");
90-
client.log("Batch Patient Location: " + batch_patient_location);
9190
var trimmed_location = batch_patient_location.substring(0, indexOfHistory);
9291
trimmed_location = trimmed_location.replace("Patient/", "")
9392
client.global.set("batch_patient_id", trimmed_location);

0 commit comments

Comments
 (0)