diff --git a/src/specificClass.js b/src/specificClass.js index 861af03..9e12ac3 100644 --- a/src/specificClass.js +++ b/src/specificClass.js @@ -90,7 +90,7 @@ class Valve { this.childRegistrationUtils = new childRegistrationUtils(this); // Child registration utility this.vCurve = this.curve[1.204]; // specificy the desired density RECALC THIS AUTOMTICALLY BASED ON DENSITY OF AIR LATER OLIFANT!! this.predictKv = new predict({curve:this.vCurve}); // load valve size (x : ctrl , y : kv relationship) - this.logger.debug(`PredictKv initialized with curve: ${JSON.stringify(this.predictKv)}`); + //this.logger.debug(`PredictKv initialized with curve: ${JSON.stringify(this.predictKv)}`); } // -------- Config -------- // diff --git a/valve.html b/valve.html index 4ec7388..27760f9 100644 --- a/valve.html +++ b/valve.html @@ -1,11 +1,20 @@ +