clean up debug console.log calls
This commit is contained in:
@@ -76,7 +76,6 @@
|
||||
const originalFocus = buttonElement.focus.bind(buttonElement);
|
||||
buttonElement.focus = (...args) => {
|
||||
if (allowFocus) {
|
||||
console.log('allowing focus');
|
||||
return originalFocus(...args);
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user