Skip to content

Commit

Permalink
adjust logs
Browse files Browse the repository at this point in the history
  • Loading branch information
methodswithclass committed Jun 7, 2022
1 parent 88b2837 commit b39fa39
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/evolve_module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ class Evolve {

private step = () => {
console.log(' ');
console.log('evolve new', this.now);
console.log('evolve', this.now);

if (this.active) {
this.stepdataobj.gen = this.now;
Expand Down Expand Up @@ -159,7 +159,7 @@ class Evolve {
};

hardStop = (input: any) => {
console.log('evolve hard stop new', this.input.gens);
console.log('evolve hard stop', this.input.gens);

this.set(input);
this.setActive(false);
Expand Down

0 comments on commit b39fa39

Please sign in to comment.