mirror of
https://github.com/lubosz/overte.git
synced 2025-08-29 03:06:50 +02:00
removed debug prints
This commit is contained in:
parent
38ac6fff03
commit
270adfe692
1 changed files with 0 additions and 4 deletions
|
@ -48,7 +48,6 @@ createControllerDisplay = function(config) {
|
|||
mappingName: "mapping-display-" + Math.random(),
|
||||
|
||||
setVisible: function(visible) {
|
||||
debug("Setting visible", this.overlays.length);
|
||||
for (var i = 0; i < this.overlays.length; ++i) {
|
||||
Overlays.editOverlay(this.overlays[i], {
|
||||
visible: visible
|
||||
|
@ -77,9 +76,6 @@ createControllerDisplay = function(config) {
|
|||
textures[part.textureName] = layer.defaultTextureURL;
|
||||
}
|
||||
for (var i = 0; i < this.partOverlays[partName].length; ++i) {
|
||||
|
||||
// AJT: REMOVE
|
||||
print("AJT: Overlays.editOverlays(" + partName + ", " + i + ", { textures: " + JSON.stringify(textures) + " })");
|
||||
Overlays.editOverlay(this.partOverlays[partName][i], {
|
||||
textures: textures
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue