fix: deleting unnecessary log

This commit is contained in:
Aslam H
2024-09-09 19:38:43 +07:00
parent 4765447ccd
commit 4347037589
8 changed files with 0 additions and 11 deletions

View File

@@ -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."
})