Skip to content

Commit f6cbd45

Browse files
committed
Reverting logger changes
1 parent 14ea5fe commit f6cbd45

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)