Skip to content

Commit

Permalink
remove due to not working installer
Browse files Browse the repository at this point in the history
  • Loading branch information
timaschew committed Jul 5, 2016
1 parent 27c6c4a commit d55ca93
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions bin/deepstream
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,4 @@ program.parse( process.argv );

if ( program.args.length === 0 ) {
program.emit( 'start' );
} else {
if( typeof program.args[0] === 'string' ) {
console.log( program.help() );
}
// otherwise its an Command object
}

0 comments on commit d55ca93

Please sign in to comment.