Skip to content

Commit

Permalink
🔥 Remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
antoniovizuete committed Oct 7, 2022
1 parent 934d83d commit 0a2fb43
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ const filterCombosByOS = (combo: string) =>
isMacOsKeystroke(combo) || isNonMacOsKeystroke(combo);

const trasformToSymbol = (key: string) => {
console.log("tranformToSymbol#key", key);
if (!isMacOs()) {
return key;
}
Expand Down

0 comments on commit 0a2fb43

Please sign in to comment.