mirror of
https://github.com/usatiuk/ustk-todolist.git
synced 2025-10-28 23:57:49 +01:00
remove deubg console.log
This commit is contained in:
@@ -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)}>
|
||||
|
||||
Reference in New Issue
Block a user