Skip to content

Commit

Permalink
fix: remove debug printer
Browse files Browse the repository at this point in the history
  • Loading branch information
mishamyrt committed Mar 29, 2024
1 parent 1b56d82 commit 6133d20
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ui/package.json.md5
Original file line number Diff line number Diff line change
@@ -1 +1 @@
e234465333b01e2ae1c2ed18db60c307
d7a47e7e383c51e306d86de15d3bb540
4 changes: 1 addition & 3 deletions ui/src/pages/keys/KeysPage.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,9 @@
import { FormGroup, Stack, Typography } from '@naco-ui/svelte'
import { fsd } from 'feature-sliced-svelte'
import { changesMapStore, selectedKeyStore } from '$entities/keys'
import { selectedKeyStore } from '$entities/keys'
import { getShortName } from '$entities/keys/lib'
import { DeviceSupports } from '$features/device'
import { StoreDescription } from '$shared/ui'
import { KeySettings, KeysNotSupported } from '$widgets'
$: selectedKey = $selectedKeyStore
Expand All @@ -32,7 +31,6 @@
This button is read-only. Its actions cannot be changed
</Typography>
{/if}
<StoreDescription store={changesMapStore} />
<KeysNotSupported slot="not-supported" />
</DeviceSupports>
</Stack>
Expand Down

0 comments on commit 6133d20

Please sign in to comment.