mirror of
https://github.com/overte-org/overte.git
synced 2025-07-23 10:23:59 +02:00
Remove extra logging
This commit is contained in:
parent
a78018345b
commit
1e168a5f6d
1 changed files with 0 additions and 1 deletions
|
@ -84,7 +84,6 @@ Item {
|
||||||
|
|
||||||
Component.onCompleted: {
|
Component.onCompleted: {
|
||||||
createValues();
|
createValues();
|
||||||
console.log("PlotPerf plot values is", JSON.stringify(_values));
|
|
||||||
}
|
}
|
||||||
function resetMax() {
|
function resetMax() {
|
||||||
for (var i = 0; i < _values.length; i++) {
|
for (var i = 0; i < _values.length; i++) {
|
||||||
|
|
Loading…
Reference in a new issue