chore(commander) rm console.log

This commit is contained in:
coderaiser 2014-01-22 04:58:51 -05:00
parent c16e42f431
commit 9a200bc2bf

View file

@ -159,7 +159,6 @@
json.files = changeOrder(files);
changeUIDToName(json, function() {
console.log(json);
Util.exec(p.callback, null, json);
});
}