From 77c47cdd0912d2624bdd1eb441507cafdf4efa7a Mon Sep 17 00:00:00 2001 From: Abhishek-90 Date: Wed, 15 Dec 2021 11:54:11 +0530 Subject: [PATCH] Made changes in ReferenceStrip.js --- src/referencestrip.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;