Skip to content

Commit

Permalink
Remove debugging messages.
Browse files Browse the repository at this point in the history
  • Loading branch information
mriffle committed Nov 1, 2019
1 parent 86fa334 commit fcde7c7
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,6 @@ export class LinkablePositionUtils {
position1: link.position1,
position2: link.position2 } )) {
if( !linkExclusionHandler || !linkExclusionHandler.isLinkExcluded( link ) ) {

console.log( 'added looplink:' );
console.log( link );

distanceArray.push(parseFloat(renderedLinks['looplinks'][i]['link']['length']));
}
}
Expand Down

0 comments on commit fcde7c7

Please sign in to comment.