diff --git a/matrix/defects/spen_mtx.js b/matrix/defects/spen_mtx.js index 193b8b7..bc32d11 100644 --- a/matrix/defects/spen_mtx.js +++ b/matrix/defects/spen_mtx.js @@ -29,7 +29,6 @@ export function spen_mtx() { for (let j = 0; j <= num - 1; j++) { lines.harms[j].tolerance = (j + 1) * frq * imp.tolerance(); //устанавливаем коридор обнаружения гармоники - //gtl.log.info("tolerance", lines.harms[j].tolerance); if (lines.harms[j].is_present == true) { deep = Math.round(imp.mod_factor(lines.harms[j].amplitude, lines.harms[j].base) * 100); gtl.log.info("deep", deep);