Skip to content

Commit

Permalink
Remove log statement
Browse files Browse the repository at this point in the history
  • Loading branch information
matamegger committed Oct 22, 2024
1 parent b3b30c2 commit 623e9d9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/ts/spatialnavigation/keymap.ts
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,6 @@ const DefaultKeyMap = {
* Returns the matching key map for the current platform.
*/
export function getKeyMapForPlatform(): KeyMap {
console.log("getKeyMapForPlatform, isAndrod", BrowserUtils.isAndroid);
const applicableKeyMap = [
WebOsKeyMap,
TizenKeyMap,
Expand Down

0 comments on commit 623e9d9

Please sign in to comment.