Removing unnecessary log statements

This commit is contained in:
Jonathan Putney
2020-07-28 23:08:02 -04:00
parent 1b48c9ee4d
commit 9bb735bf59
5 changed files with 4 additions and 10 deletions

View File

@@ -854,8 +854,6 @@ export default class BaseAPI {
return;
}
console.info(json);
const result = Object.keys(json).map(function(key) {
return [String(key), json[key]];
});
@@ -889,8 +887,6 @@ export default class BaseAPI {
return 0;
});
console.info(result);
let obj;
result.forEach((element) => {
obj = {};