uncomment

This commit is contained in:
James B. Pollack 2016-07-07 19:23:04 -07:00
parent f8ff0da901
commit 1a46366557

View file

@ -762,7 +762,6 @@ function MyController(hand) {
};
this.overlayLineOff = function() {
return;
if (this.overlayLine !== null) {
Overlays.deleteOverlay(this.overlayLine);
print('REMOVING OVERLAY LINE' + this.overlayLine)