removed debugging code

This commit is contained in:
antelle 2021-04-28 23:09:24 +02:00
parent 7adc77c823
commit 991388d4cd
No known key found for this signature in database
GPG Key ID: 63C9777AAB7C563C
1 changed files with 1 additions and 1 deletions

View File

@ -449,7 +449,7 @@ const ProtocolHandlers = {
const inactivityTimer = setTimeout(() => {
selectEntryView.emit('result', undefined);
}, Timeouts.KeeWebConnectRequest / 10);
}, Timeouts.KeeWebConnectRequest);
const result = await selectEntryView.showAndGetResult();