fixed all tests

This commit is contained in:
Dolan Miu
2016-05-02 23:32:10 +01:00
parent f805d6bef7
commit c345ab716b
3 changed files with 3 additions and 3 deletions

View File

@ -7,7 +7,7 @@ export class Formatter {
this.replaceKeys(input);
input.clearVariables();
var newJson = this.clense(input);
console.log(JSON.stringify(newJson, null, " "));
//console.log(JSON.stringify(newJson, null, " "));
return newJson;
}