From ab16a208720f978172676de1659a34a2bee4ec4a Mon Sep 17 00:00:00 2001 From: Tom MacWright Date: Wed, 7 Dec 2016 17:29:06 -0500 Subject: [PATCH] fix(bin): Remove dead code in documentation.js command (#627) --- bin/documentation.js | 5 ----- 1 file changed, 5 deletions(-) diff --git a/bin/documentation.js b/bin/documentation.js index e1c6a918a..886e2ef18 100755 --- a/bin/documentation.js +++ b/bin/documentation.js @@ -50,8 +50,3 @@ if (!argv._handled) { yargs.showHelp('error'); process.exit(1); } - - -if (!yargs.argv._.length) { - yargs.showHelp(); -}