Remove extra logging

This commit is contained in:
Sam Cake 2017-06-21 00:23:24 -07:00
parent a78018345b
commit 1e168a5f6d

View file

@ -84,7 +84,6 @@ Item {
Component.onCompleted: {
createValues();
console.log("PlotPerf plot values is", JSON.stringify(_values));
}
function resetMax() {
for (var i = 0; i < _values.length; i++) {