diff options
author | Samy Pessé <samypesse@gmail.com> | 2014-05-26 18:02:32 +0200 |
---|---|---|
committer | Samy Pessé <samypesse@gmail.com> | 2014-05-26 18:02:32 +0200 |
commit | 4df51546b2bd29a2dd3a5b11eeca80a157f6ffb1 (patch) | |
tree | 58747f58380315ab2d774d1dec290d9f0408b0ff | |
parent | f68aaf7ff954d6f680d757eb64af5edc9802c134 (diff) | |
download | gitbook-4df51546b2bd29a2dd3a5b11eeca80a157f6ffb1.zip gitbook-4df51546b2bd29a2dd3a5b11eeca80a157f6ffb1.tar.gz gitbook-4df51546b2bd29a2dd3a5b11eeca80a157f6ffb1.tar.bz2 |
Remove command log in ebook convert
-rw-r--r-- | lib/generate/ebook/index.js | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/generate/ebook/index.js b/lib/generate/ebook/index.js index 1b8eb8b..7416860 100644 --- a/lib/generate/ebook/index.js +++ b/lib/generate/ebook/index.js @@ -51,8 +51,6 @@ Generator.prototype.finish = function() { .join(" ") ].join(" "); - console.log(command); - exec(command, function (error, stdout, stderr) { if (error) { if (error.code == 127) { |