Remove some console.logs
This commit is contained in:
parent
7abef64030
commit
6dee852cae
2 changed files with 2 additions and 3 deletions
|
@ -38,7 +38,6 @@ Item {
|
|||
var objectArray = parseJSONString(json, query);
|
||||
for ( var key in objectArray ) {
|
||||
var jo = objectArray[key];
|
||||
console.log(jo);
|
||||
jsonModel.append( jo );
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue