removed debugging code

pull/1856/head
antelle 2 years ago
parent 7adc77c823
commit 991388d4cd
No known key found for this signature in database
GPG Key ID: 63C9777AAB7C563C

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

Loading…
Cancel
Save