remove silly console.log
This commit is contained in:
parent
1f12d270ec
commit
0d203ac21d
1 changed files with 0 additions and 1 deletions
|
@ -108,7 +108,6 @@ handle(IpcEvents.SPELLCHECK_ADD_TO_DICTIONARY, (e, word: string) => {
|
||||||
handleSync(IpcEvents.GET_VENCORD_DIR, e => (e.returnValue = State.store.vencordDir));
|
handleSync(IpcEvents.GET_VENCORD_DIR, e => (e.returnValue = State.store.vencordDir));
|
||||||
|
|
||||||
handle(IpcEvents.SELECT_VENCORD_DIR, async (_e, value?: null) => {
|
handle(IpcEvents.SELECT_VENCORD_DIR, async (_e, value?: null) => {
|
||||||
console.log(value);
|
|
||||||
if (value === null) {
|
if (value === null) {
|
||||||
delete State.store.vencordDir;
|
delete State.store.vencordDir;
|
||||||
return "ok";
|
return "ok";
|
||||||
|
|
Loading…
Reference in a new issue