Skip to content

Commit 88b6ff0

Browse files
authored
Merge pull request #781 from companieshouse/bug/IDVA5-2230-address-line-1-converstion-test
Reverting logger changes
2 parents 6beb75c + f6cbd45 commit 88b6ff0

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/services/acsp/service.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,6 @@ export default class {
3939

4040
const acspDto = Mapping.snakeCaseKeys(acsp);
4141

42-
console.log("acsp data ---> ", JSON.stringify(acsp));
43-
console.log("acspDto data ---> ", JSON.stringify(acspDto));
44-
4542
const resp = await this.client.httpPost(url, acspDto);
4643

4744
if (resp.status >= 400) {

0 commit comments

Comments
 (0)