We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 578207f commit 4544314Copy full SHA for 4544314
src/live-spine-client.ts
@@ -288,9 +288,6 @@ export class LiveSpineClient implements SpineClient {
288
}
289
290
const requestBody = Mustache.render(PRESCRIPTION_SEARCH_TEMPLATE, partials)
291
- this.logger.info("--------------------------------------")
292
- this.logger.info(requestBody)
293
294
295
this.logger.info(`Making request to ${address}`)
296
const response = await this.axiosInstance.post(address, requestBody, {
0 commit comments