Skip to content

Commit

Permalink
remove silly console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
Vendicated committed Jul 4, 2024
1 parent 1f12d27 commit 0d203ac
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/ipc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,6 @@ handle(IpcEvents.SPELLCHECK_ADD_TO_DICTIONARY, (e, word: string) => {
handleSync(IpcEvents.GET_VENCORD_DIR, e => (e.returnValue = State.store.vencordDir));

handle(IpcEvents.SELECT_VENCORD_DIR, async (_e, value?: null) => {
console.log(value);
if (value === null) {
delete State.store.vencordDir;
return "ok";
Expand Down

0 comments on commit 0d203ac

Please sign in to comment.