removed extraneous line from active tablet button code

This commit is contained in:
Elisa Lupin-Jimenez 2017-08-24 12:01:08 -07:00
parent 3444b0e84c
commit 5c027705ba

View file

@ -65,9 +65,6 @@
function cleanup() {
tablet.removeButton(button);
if (shown) {
tablet.webEventReceived.disconnect(onWebEventReceived);
}
}
Script.scriptEnding.connect(cleanup);