We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d14799a commit 97842caCopy full SHA for 97842ca
1 file changed
erpnext/erpnext_integrations/doctype/plaid_settings/plaid_settings.js
@@ -22,7 +22,6 @@ erpnext.integrations.plaidLink = class plaidLink {
22
frappe.xcall('erpnext.erpnext_integrations.doctype.plaid_settings.plaid_settings.plaid_configuration')
23
.then(result => {
24
if (result !== "disabled") {
25
- console.log(result)
26
if (result.plaid_env == undefined || result.plaid_public_key == undefined) {
27
frappe.throw(__("Please add valid Plaid api keys in site_config.json first"));
28
}
0 commit comments