diff options
| author | LV-426 <lv-426@taproot.org.il> | 2014-11-13 17:23:00 +0200 |
|---|---|---|
| committer | LV-426 <lv-426@taproot.org.il> | 2014-11-13 17:23:00 +0200 |
| commit | 4a303d5a7a7e1f8327bb18a2ef3e3093a30a50b6 (patch) | |
| tree | 979eecf54f1d12aa6144e25c5e10437caeb033e6 /scripts | |
| parent | 22386bb20836585621a4cc2872ab3b0e90133f4e (diff) | |
commenting out debug lines...
Diffstat (limited to 'scripts')
| -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 |
