Skip to content

Commit 93a96cc

Browse files
committed
Removed debugging code. #342
1 parent 91f47a8 commit 93a96cc

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

js/common/model/Spring.js

-4
Original file line numberDiff line numberDiff line change
@@ -384,10 +384,6 @@ define( function( require ) {
384384
* thickness / this.thicknessProperty.initialValue
385385
* this.springConstantProperty.initialValue;
386386

387-
// if ( !(new Range( 3, 30 ).contains( springConstant )) ) {
388-
// debugger;
389-
// }
390-
391387
this.springConstantProperty.set( springConstant );
392388
},
393389

0 commit comments

Comments
 (0)