Remove: useless comment

This commit is contained in:
Corentin Barreau 2019-09-25 19:48:38 +02:00
parent fb30fb9aa3
commit 101f7f2e4a

View File

@ -152,9 +152,6 @@ class UmbraBehavior {
target.click();
} // add new do's here!
// Only push the element to alreadyDone if it's
// an element we want to open. No need to track
// the close selectors
this.alreadyDone.push(target);
this.idleSince = null;
}