MINOR: Removed log message

This commit is contained in:
ajoneil 2008-12-16 23:00:42 +00:00
parent d1ce4b36ff
commit ff28e46dc4

View File

@ -84,7 +84,6 @@
}
function showSuggestions(el, key) {
console.log('showSuggestions');
workingTags = el.value.split(settings.separator);
matches = [];
var i, html = '', chosenTags = {}, tagSelected = false;
@ -294,4 +293,4 @@
});
})(jQuery);
})(jQuery);