diff --git a/client/components/combobox.jsx b/client/components/combobox.jsx index 0aa734db9..d875640fb 100644 --- a/client/components/combobox.jsx +++ b/client/components/combobox.jsx @@ -67,7 +67,6 @@ const Combobox = createClass({ }, renderDropdown : function(dropdownChildren){ if(!this.state.showDropdown) return null; - console.log(dropdownChildren); if(this.props.autoSuggest === true){ dropdownChildren = dropdownChildren.map((item)=>({ ...item,