chore: cleanup log

This commit is contained in:
Sebastian Rindom
2021-06-08 13:39:28 +02:00
parent 0f1f51311e
commit 12fc1a9869

View File

@@ -84,9 +84,6 @@ class AdyenService extends BaseService {
validateNotification(notification) {
const validator = new hmacValidator()
console.log(notification)
console.log(this.options_.notification_hmac)
const validated = validator.validateHMAC(
notification,
this.options_.notification_hmac