remove stray console logs

This commit is contained in:
Emi Matchu 2020-09-22 03:06:50 -07:00
parent e8bfc24506
commit 7fdf8f5e21

View file

@ -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;
};