repo: janusweb
action: commit
revision: 
path_from: 
revision_from: c630489aa6630a5115ec463b82f2cacb5428ede5:
path_to: 
revision_to: 
git.thebackupbox.net
janusweb
git clone git://git.thebackupbox.net/janusweb
commit c630489aa6630a5115ec463b82f2cacb5428ede5
Author: James Baicoianu 
Date:   Fri Apr 26 00:48:39 2024 -0700

    Don't log when animation starts playing

diff --git a/scripts/object.js b/scripts/object.js
index ddfbe54e8228ce7778a24f2fd3ec999b57a581af..
index ..ab36b65ed0bf32a7ee8024c2e90df8dc1ed2898e 100644
--- a/scripts/object.js
+++ b/scripts/object.js
@@ -195,7 +195,7 @@ elation.require(['janusweb.janusbase', 'janusweb.websurface'], function() {
         if (this.modelasset) {
           this.initAnimations(this.modelasset.animations);
           if (this.animations && this.anim_id && this.animations[this.anim_id]) {
-            console.log('start animation', this);
+            //console.log('start animation', this);
             this.animations[this.anim_id].play();
             this.activeanimation = this.animations[this.anim_id];
           }

-----END OF PAGE-----