diff --git a/lib/ShotgunComponent.js b/lib/ShotgunComponent.js index e720df9..bce6370 100644 --- a/lib/ShotgunComponent.js +++ b/lib/ShotgunComponent.js @@ -82,12 +82,9 @@ define([ var entity = Game.goo.world.entityManager.getEntityById(pickingStore.id); - console.log(entity); - if( ! entity.transformComponent.parent ) return; - var p = entity.transformComponent.parent.entity; if( ! p.animationComponent ) return;