remove debug

This commit is contained in:
Josh Harvey 2018-05-03 20:19:32 +03:00
parent d904c8391e
commit 43ac3f5923
3 changed files with 0 additions and 10 deletions

View file

@ -11,7 +11,6 @@ const config = {
sanctionsVerificationActive: true
}
console.log('DEBUG100')
ofac.load()
.then(() => compliance.validateCustomer(config, customer))
.then(() => console.log('SUCCESS!'))