Skip to content

Commit 90ece4d

Browse files
committed
Remove console.log
1 parent 66609cf commit 90ece4d

File tree

1 file changed

+0
-1
lines changed
  • src/Umbraco.Forms.Integrations.Commerce.EMerchantPay/App_Plugins/UmbracoForms.Integrations/Commerce/eMerchantPay

1 file changed

+0
-1
lines changed

src/Umbraco.Forms.Integrations.Commerce.EMerchantPay/App_Plugins/UmbracoForms.Integrations/Commerce/eMerchantPay/emerchantpay.service.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55

66
if (formId !== -1) {
77
pickerResource.getAllFields(formId).then(function (response) {
8-
console.log(response);
98
callback(response.data);
109
});
1110
} else callback([]);

0 commit comments

Comments
 (0)