drop cruft and debugging/commented code

This commit is contained in:
Trent Mick 2015-09-02 01:06:00 -07:00
parent 4064b93c8e
commit 68a99fa81c
1 changed files with 1 additions and 15 deletions

View File

@ -3,18 +3,4 @@
* Copyright (c) 2015 Joyent Inc. All rights reserved.
*/
var p = console.log;
var cmdln = require('cmdln');
var main = require('../lib/cli').main;
if (require.main === module) {
main();
/*
var cli = new CLI();
cmdln.main(cli, {
argv: process.argv,
showCode: true,
showNoCommandErr: false
});
*/
}
require('../lib/cli').main();