diff --git a/bin/gitbook.js b/bin/gitbook.js index 3abeafdd1..98a492e16 100755 --- a/bin/gitbook.js +++ b/bin/gitbook.js @@ -101,15 +101,6 @@ prog }); }); -prog -.command('lex ') -.description('Parse a page file into sections, display JSON dump') -.action(function(page_file) { - var parsed = parse.page(fs.readFileSync(page_file, 'utf-8')); - - console.log(JSON.stringify(parsed, null, 4)); -}); - // Parse and fallback to help if no args