diff options
| -rw-r--r-- | scripts/rz_observer.js | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/scripts/rz_observer.js b/scripts/rz_observer.js index 1e8eae6d..4fe6385f 100644 --- a/scripts/rz_observer.js +++ b/scripts/rz_observer.js @@ -55,12 +55,12 @@ define( + this.most_recent_sample_weight * d; // debug - console.log({ - 'dx' : dx, - 'dy' : dy, - 'd' : d, - 'avg_d' : avg_d, - }); + // console.log({ + // 'dx' : dx, + // 'dy' : dy, + // 'd' : d, + // 'avg_d' : avg_d, + // }); if (avg_d < this.slowdown_threshold) { // slowdown threshold reached |
