diff --git a/lib/server/commander.js b/lib/server/commander.js index 027c12ab..0f899880 100644 --- a/lib/server/commander.js +++ b/lib/server/commander.js @@ -159,7 +159,6 @@ json.files = changeOrder(files); changeUIDToName(json, function() { - console.log(json); Util.exec(p.callback, null, json); }); }