Skip to content

Commit

Permalink
remove log, see #88
Browse files Browse the repository at this point in the history
  • Loading branch information
zepumph committed Feb 19, 2019
1 parent 14f0d5e commit 6af026d
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ define( require => {
getDistanceIndex( distance ) {
assert && assert( distance > 0, 'Distance between spheres should always be positive.' );

console.log( distance );
if ( distance === 9.6 ) {
return 0;
}
Expand Down

0 comments on commit 6af026d

Please sign in to comment.