diff options
| author | Owen Jacobson <owen@grimoire.ca> | 2025-04-04 01:47:44 -0400 |
|---|---|---|
| committer | Owen Jacobson <owen@grimoire.ca> | 2025-04-04 01:47:44 -0400 |
| commit | 0fc3057b05dddb4eba142deeb6373ed37e312c60 (patch) | |
| tree | 06ee4a5dc1dff3c00d7534dbc1297b7be2a0533c /ui/lib/state/local | |
| parent | d13bb1717407ffe966dd94e700c8a52ec1644a29 (diff) | |
Remove stray debug output
Diffstat (limited to 'ui/lib/state/local')
| -rw-r--r-- | ui/lib/state/local/channels.svelte.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ui/lib/state/local/channels.svelte.js b/ui/lib/state/local/channels.svelte.js index 7ec63c7..d86d028 100644 --- a/ui/lib/state/local/channels.svelte.js +++ b/ui/lib/state/local/channels.svelte.js @@ -105,7 +105,6 @@ export class Channels { save() { let stored = this.toStored(); - console.log(this, stored); localStorage.setItem(STORE_KEY_CHANNELS_DATA, JSON.stringify(stored)); } } |
