remove debugging code

This commit is contained in:
David Glasser
2013-02-25 15:03:55 -08:00
parent 86962e30a8
commit bba7bda220

View File

@@ -738,8 +738,6 @@ Fiber(function () {
.boolean("help")
.boolean("version")
.boolean("debug");
console.log(process.argv);
console.exit(0);
var argv = optimist.argv;