Removed console log
This commit is contained in:
parent
15e167ea9e
commit
ad7cd39387
|
@ -299,7 +299,7 @@ export const bindingsToCompletions = (bindings, mode) => {
|
|||
}
|
||||
return acc
|
||||
}, {})
|
||||
console.log(categoryMeta)
|
||||
|
||||
const completions = Object.keys(bindingByCategory).reduce((comps, catKey) => {
|
||||
const { icon, rank } = categoryMeta[catKey] || {}
|
||||
|
||||
|
|
Loading…
Reference in New Issue