Skip to content

Commit 4544314

Browse files
committed
[AEA-4929] remove debgug logs
1 parent 578207f commit 4544314

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/live-spine-client.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -288,9 +288,6 @@ export class LiveSpineClient implements SpineClient {
288288
}
289289

290290
const requestBody = Mustache.render(PRESCRIPTION_SEARCH_TEMPLATE, partials)
291-
this.logger.info("--------------------------------------")
292-
this.logger.info(requestBody)
293-
this.logger.info("--------------------------------------")
294291

295292
this.logger.info(`Making request to ${address}`)
296293
const response = await this.axiosInstance.post(address, requestBody, {

0 commit comments

Comments
 (0)