remove stray console logs
This commit is contained in:
parent
e8bfc24506
commit
7fdf8f5e21
1 changed files with 0 additions and 2 deletions
|
@ -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;
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue