Skip to content

Commit

Permalink
removed a log
Browse files Browse the repository at this point in the history
  • Loading branch information
Raymond Hulha committed Nov 22, 2013
1 parent 87a421e commit 3c1da21
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lib/ShotgunComponent.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 3c1da21

Please sign in to comment.