From 7fdf8f5e21aa0181c42474b5709ce2064b13ee9a Mon Sep 17 00:00:00 2001 From: Matchu Date: Tue, 22 Sep 2020 03:06:50 -0700 Subject: [PATCH] remove stray console logs --- src/app/components/OutfitCanvas.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/app/components/OutfitCanvas.js b/src/app/components/OutfitCanvas.js index 27df7cc..efed053 100644 --- a/src/app/components/OutfitCanvas.js +++ b/src/app/components/OutfitCanvas.js @@ -241,7 +241,6 @@ export function OutfitCanvasMovie({ librarySrc, zIndex }) { library.properties.height ); movieClip.on("tick", () => { - console.log("clip tick", movieClip.framerate, movieClip.currentFrame); movieClip.updateCache(); }); @@ -253,7 +252,6 @@ export function OutfitCanvasMovie({ librarySrc, zIndex }) { 200 ); const startFadeIn = () => { - console.log("first draw"); tween.paused = false; };