Skip to content

Commit 8896249

Browse files
Remove debug
1 parent d919005 commit 8896249

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

gateway-api/src/gateway_api/sds/client.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ def get(
3434
if not STUB_SDS:
3535
return external_sds_get(url, headers=headers, params=params, timeout=timeout)
3636
else:
37-
print("IanR: Calling stub ", SdsFhirApiStub().get)
3837
return SdsFhirApiStub().get(
3938
url, headers=headers, params=params, timeout=timeout
4039
)

0 commit comments

Comments
 (0)