Skip to content

Commit

Permalink
remove console log #153
Browse files Browse the repository at this point in the history
  • Loading branch information
zepumph committed Aug 21, 2023
1 parent aa017f0 commit 2354120
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion js/common/view/BANScreenView.ts
Original file line number Diff line number Diff line change
Expand Up @@ -794,7 +794,6 @@ abstract class BANScreenView<M extends BANModel<ParticleAtom | ParticleNucleus>>
* Changes the nucleon type of a particle in the atom and emits an electron or positron from behind that particle.
*/
protected betaDecay( betaDecayType: DecayType, particleAtom: ParticleAtom = this.model.particleAtom ): Particle {
console.log( particleAtom );
let particleArray;
let particleToEmit: Particle;
if ( betaDecayType === DecayType.BETA_MINUS_DECAY ) {
Expand Down

0 comments on commit 2354120

Please sign in to comment.