remove silly console.log

This commit is contained in:
Vendicated 2024-07-04 18:41:03 +02:00
parent 1f12d270ec
commit 0d203ac21d
No known key found for this signature in database
GPG key ID: D66986BAF75ECF18

View file

@ -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";