Skip to content

Commit

Permalink
remove some comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Lorp committed May 3, 2024
1 parent 4264004 commit 0ad3e44
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/models.js
Original file line number Diff line number Diff line change
Expand Up @@ -164,9 +164,6 @@ class VariationModel {
this.mapping = this.locations.map(l => nonZeroLocations.indexOf(l));
this.reverseMapping = nonZeroLocations.map(l => this.locations.indexOf(l));

console.log("this.reverseMapping");
console.log(this.reverseMapping);

this._computeMasterSupports();
this._subModels = {};
}
Expand Down

0 comments on commit 0ad3e44

Please sign in to comment.