Skip to content

Commit

Permalink
delete console.log, #225
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelzoom committed Jul 26, 2021
1 parent 901cb59 commit 9628eb8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion js/common/view/graph/GraphIndicatorDragListener.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ class GraphIndicatorDragListener extends DragListener {
// a neutral solution.
const isConcentration = ( graphUnitsProperty.get() === GraphUnits.MOLES_PER_LITER );
if ( isConcentration && adjustedValue === 9.9e-8 ) {
console.log( 'applying workaround for https://github.com/phetsims/ph-scale/issues/225' );
adjustedValue = 1.0e-7;
}

Expand Down

0 comments on commit 9628eb8

Please sign in to comment.