From 5bb984adee16bd7dcb884ea7d6e748ecfd11a34b Mon Sep 17 00:00:00 2001 From: Coleman Watts Date: Sun, 23 Mar 2014 20:45:12 -0400 Subject: [PATCH] remove console.log --- templates/CRM/Contribute/Form/SoftCredit.tpl | 1 - 1 file changed, 1 deletion(-) diff --git a/templates/CRM/Contribute/Form/SoftCredit.tpl b/templates/CRM/Contribute/Form/SoftCredit.tpl index 5b8624dd0b..d1207eb6a1 100644 --- a/templates/CRM/Contribute/Form/SoftCredit.tpl +++ b/templates/CRM/Contribute/Form/SoftCredit.tpl @@ -109,7 +109,6 @@ }) // This is just a cheap trick to store the name in case of a formrule error .on('change', function() { - console.log($(this).select2('data')); $('[name=pcp_made_through]', $form).val($(this).select2('data').text || ''); }); -- 2.25.1