summaryrefslogtreecommitdiffstats
path: root/scale.mjs
diff options
context:
space:
mode:
Diffstat (limited to 'scale.mjs')
-rw-r--r--scale.mjs1
1 files changed, 0 insertions, 1 deletions
diff --git a/scale.mjs b/scale.mjs
index 045265b..9e0e122 100644
--- a/scale.mjs
+++ b/scale.mjs
@@ -61,7 +61,6 @@ class Scale {
}
get length() {
- console.debug(`get length`, this.scale.length);
return this.scale.length;
}