7
mirror of https://github.com/EEVengers/ThunderScope.git synced 2025-04-22 17:43:44 +00:00

remove console.log

This commit is contained in:
Ratan Varghese 2021-03-21 12:46:03 -04:00
parent 6ec5d79882
commit 25f3a6ab23

View File

@ -111,7 +111,6 @@ class TestPoints {
getData() {
var chMax = this.effectiveChCount();
console.log(this.scope_data);
return this.scope_data.slice(0, chMax);
}
}