diff --git a/src/referencestrip.js b/src/referencestrip.js index 20dd9ea9..27712836 100644 --- a/src/referencestrip.js +++ b/src/referencestrip.js @@ -267,7 +267,7 @@ $.ReferenceStrip.prototype = { */ update: function () { if ( THIS[this.id].animating ) { - $.console.log( 'image reference strip update' ); + // $.console.log( 'image reference strip update' ); return true; } return false;