repo: janusweb action: commit revision: path_from: revision_from: c630489aa6630a5115ec463b82f2cacb5428ede5: path_to: revision_to:
commit c630489aa6630a5115ec463b82f2cacb5428ede5 Author: James BaicoianuDate: 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
--- 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-----