remove debug line

This commit is contained in:
Brad Hefta-Gaub 2016-03-04 15:28:49 -08:00
parent c9cd8eeba6
commit 21b66354ef

View file

@ -49,7 +49,6 @@ function ToggleButtonBuddy(x, y, width, height, urls) {
});
}
ToggleButtonBuddy.prototype.destroy = function () {
print("ToggleButtonBuddy.prototype.destroy() this.up:" + this.up + " this.down:" + this.down);
Overlays.deleteOverlay(this.up);
Overlays.deleteOverlay(this.down);
};