Remove console.log

This commit is contained in:
Tom Southall
2022-02-24 14:25:45 +00:00
parent 1deef54576
commit e414f8efa1

View File

@@ -15,7 +15,6 @@ export const setItems = (items) => {
} }
export const clear = () => { export const clear = () => {
console.log('clear() called')
return { return {
type: types.CLEAR type: types.CLEAR
} }