remove deubg console.log

This commit is contained in:
2018-05-27 15:08:45 +03:00
parent 0a0e45e98d
commit cc64fe78b8

View File

@@ -7,7 +7,6 @@ export default function Selector(props) {
{list.name}
</option>
));
console.log(props.list);
return (
<div>
<select value={props.list} onChange={e => props.onChange(e.target.value)}>