Skip to content

Commit

Permalink
Addressed REVIEW: Removed console.log phetsims/masses-and-springs-bas…
Browse files Browse the repository at this point in the history
  • Loading branch information
Denz1994 committed Jan 30, 2019
1 parent e35bfcf commit b87865b
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions js/common/model/MassesAndSpringsModel.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,6 @@ define( function( require ) {
// Flag used to differentiate basics and non-basics version
this.basicsVersion = false;

if ( this.basicsVersion ) {
// REVIEW: Shouldn't have a console.log for this.
console.log( 'basics version' );
}

// @public {Property.<boolean>} determines whether the sim is in a play/pause state
this.playingProperty = new BooleanProperty( true, {
tandem: tandem.createTandem( 'playingProperty' )
Expand Down

0 comments on commit b87865b

Please sign in to comment.