Skip to content

Commit 9f15887

Browse files
committed
removed logs
1 parent 7874351 commit 9f15887

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

src/GLTFLoaderAnimationPointer.js

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -457,15 +457,6 @@ export class GLTFAnimationPointerExtension {
457457

458458
const looksLikeBool = isUInt8 && // UNSIGNED_BYTE as a strong hint
459459
isBooleanTarget(node, animationPointerPropertyPath);
460-
461-
// Log once per target property if it looks like a boolean
462-
if (looksLikeBool) {
463-
console.log('Assuming boolean animation for', animationPointerPropertyPath, 'based on property type and accessor type');
464-
}
465-
else
466-
{
467-
console.log('Not a boolean target', animationPointerPropertyPath);
468-
}
469460
if (looksLikeBool) {
470461
TypedKeyframeTrack = BooleanKeyframeTrack;
471462
convertToBoolean = true; // map 0 => false, >0 => true

0 commit comments

Comments
 (0)