Removed console log

This commit is contained in:
Dean 2023-05-30 09:46:17 +01:00
parent 15e167ea9e
commit ad7cd39387
1 changed files with 1 additions and 1 deletions

View File

@ -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] || {}