Skip to content

Commit

Permalink
removed accidentally committed debugger statement
Browse files Browse the repository at this point in the history
  • Loading branch information
jbphet committed Jan 24, 2018
1 parent c2db482 commit c9a1840
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/common/model/MultipleParticleModel.js
Original file line number Diff line number Diff line change
Expand Up @@ -789,7 +789,7 @@ define( function( require ) {
stepInternal: function( dt ) {

this.particleInjectedThisStep = false;
debugger;
// debugger;
if ( window.printTheStuff ){
console.log( JSON.stringify( this.moleculeDataSet, function( key, val ) {
return typeof val === 'number' ? Number( val.toFixed( 3 ) ) : val;
Expand Down

0 comments on commit c9a1840

Please sign in to comment.