Remove error logs for checks expected to fail

This commit is contained in:
Bill Thornton 2023-05-10 10:31:41 -04:00
parent 4a8800d77f
commit fab09259c9
3 changed files with 6 additions and 6 deletions

View file

@ -93,8 +93,8 @@ try {
}
});
window.addEventListener('test', null, opts);
} catch (e) {
console.debug('error checking capture support');
} catch {
// no capture support
}
/**