DEV: Remove uneeded comment

followup to 4b43816b
This commit is contained in:
Sam Saffron 2019-11-05 16:26:32 +11:00
parent 2b3e248927
commit 5502128105
1 changed files with 0 additions and 5 deletions

View File

@ -233,11 +233,6 @@ function positioningWorkaround($fixedElement) {
};
const observer = new MutationObserver(checkForInputs);
observer.observe(fixedElement, config);
// document.addEventListener("visibilitychange", () => {
// console.log(document.visibilityState);
// console.log(lastTouchedElement);
// });
}
export default positioningWorkaround;