Remove stray debug statement
authorColeman Watts <coleman@civicrm.org>
Mon, 9 Jun 2014 12:20:49 +0000 (13:20 +0100)
committerColeman Watts <coleman@civicrm.org>
Mon, 9 Jun 2014 12:20:49 +0000 (13:20 +0100)
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) {