CRM-14789 - crmCaseType - Allow enable/disable/delete
[civicrm-core.git] / js / AutoComplete.js
index 1dc348ee820a164ff9b9dc22c015a4f0c0d1f271..7a1237e02688cb92c13a836bffca2b72edb04212 100644 (file)
@@ -25,7 +25,6 @@ CRM.$(function($) {
 
     customIdObj.on('change', function (event, data) {
         var contactID = $(this).val();
-        console.log(contactID);
         var namefields = ['first_name', 'last_name', 'middle_name'];
         CRM.api('profile', 'get', {'profile_id': profileids, 'contact_id': contactID}, {
           success: function (result) {