From: Coleman Watts Date: Mon, 9 Jun 2014 12:20:49 +0000 (+0100) Subject: Remove stray debug statement X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=b1e077e89a85db7fa7ff611b06b84df1368559f5;p=civicrm-core.git Remove stray debug statement --- diff --git a/js/AutoComplete.js b/js/AutoComplete.js index 1dc348ee82..7a1237e026 100644 --- a/js/AutoComplete.js +++ b/js/AutoComplete.js @@ -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) {