From b1e077e89a85db7fa7ff611b06b84df1368559f5 Mon Sep 17 00:00:00 2001 From: Coleman Watts Date: Mon, 9 Jun 2014 13:20:49 +0100 Subject: [PATCH] Remove stray debug statement --- js/AutoComplete.js | 1 - 1 file changed, 1 deletion(-) 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) { -- 2.25.1