From d9840c3dfe880f169be714180092ceb5e77a16df Mon Sep 17 00:00:00 2001 From: dotasek Date: Fri, 23 Aug 2024 16:40:45 -0400 Subject: [PATCH] Remove log chatter --- src/test/smoketest/plain_server.http | 1 - 1 file changed, 1 deletion(-) diff --git a/src/test/smoketest/plain_server.http b/src/test/smoketest/plain_server.http index 3899f03..572a48f 100644 --- a/src/test/smoketest/plain_server.http +++ b/src/test/smoketest/plain_server.http @@ -87,7 +87,6 @@ Content-Type: application/json }); const batch_patient_location = response.body.entry[0].response.location; const indexOfHistory = batch_patient_location.lastIndexOf("/_history"); - client.log("Batch Patient Location: " + batch_patient_location); var trimmed_location = batch_patient_location.substring(0, indexOfHistory); trimmed_location = trimmed_location.replace("Patient/", "") client.global.set("batch_patient_id", trimmed_location);