Skip to content

Commit

Permalink
disabled tandem not needed because of tandemOptional text, phetsims/s…
Browse files Browse the repository at this point in the history
  • Loading branch information
zepumph committed May 12, 2017
1 parent 4a4093e commit 47dd2bd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions js/charges-and-fields/view/ElectricPotentialLinesNode.js
Original file line number Diff line number Diff line change
Expand Up @@ -217,8 +217,7 @@ define( function( require ) {
' view=' + electricPotentialLine.getPrunedPositionArray( electricPotentialLine.positionArray ).length, {
center: modelViewTransform.modelToViewPosition( electricPotentialLine.position ),
fill: 'green',
font: ChargesAndFieldsConstants.VOLTAGE_LABEL_FONT,
tandem: tandem.createTandem( 'debugText', { enabled: false } )
font: ChargesAndFieldsConstants.VOLTAGE_LABEL_FONT
} );

// add the circles and text
Expand Down

0 comments on commit 47dd2bd

Please sign in to comment.