Skip to content

Commit

Permalink
EXUI-266: Remove logging after testing is completed
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Elliott authored and Tom Elliott committed Aug 24, 2023
1 parent 8666cb8 commit 7b5c500
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions api/lib/http/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@ const previewDeploymentId: string = process.env.PREVIEW_DEPLOYMENT_ID;

if (previewDeploymentId) {
axios.defaults.headers.common['hmcts-deployment-id'] = previewDeploymentId;
// TODO: To be removed after testing completed
// for testing purposes - printing deployment id here:
console.log(`Preview Deployment ID for testing: ${previewDeploymentId}`);
}
axios.defaults.headers.common['Content-Type'] = 'application/json';
http.interceptors.request.use(requestInterceptor);
Expand Down

0 comments on commit 7b5c500

Please sign in to comment.