mirror of
https://github.com/linsa-io/linsa.git
synced 2026-01-12 12:20:23 +01:00
fix: deleting unnecessary log
This commit is contained in:
@@ -97,7 +97,6 @@ export const SettingsRoute = () => {
|
||||
const [topInboxHotkey, setTopInboxHotkey] = useState("")
|
||||
|
||||
const saveSettings = () => {
|
||||
console.log("Saving settings:", { inboxHotkey, topInboxHotkey })
|
||||
toast.success("Settings saved", {
|
||||
description: "Your hotkey settings have been updated."
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user