mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 18:23:54 +02:00
remove debug line
This commit is contained in:
parent
c9cd8eeba6
commit
21b66354ef
1 changed files with 0 additions and 1 deletions
|
@ -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);
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue