Skip to content

Commit b12edc1

Browse files
committed
remove console statement
1 parent 2fd7adc commit b12edc1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/shared/global/trolley.service.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,6 @@ export class TrolleyService {
111111

112112
return paymentBatch;
113113
} catch (e) {
114-
console.log(e);
115114
this.logger.error(
116115
`Failed to create payment, error '${e.message}'!`,
117116
paymentPayload,

0 commit comments

Comments
 (0)