From 0ad3e44b54a32b56d98108d17d7dc6f0b7343167 Mon Sep 17 00:00:00 2001 From: lorp Date: Fri, 3 May 2024 02:54:49 +0100 Subject: [PATCH] remove some comments --- src/models.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/models.js b/src/models.js index dad4504..c847846 100644 --- a/src/models.js +++ b/src/models.js @@ -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 = {}; }