summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSamy Pessé <samypesse@gmail.com>2014-05-26 18:02:32 +0200
committerSamy Pessé <samypesse@gmail.com>2014-05-26 18:02:32 +0200
commit4df51546b2bd29a2dd3a5b11eeca80a157f6ffb1 (patch)
tree58747f58380315ab2d774d1dec290d9f0408b0ff
parentf68aaf7ff954d6f680d757eb64af5edc9802c134 (diff)
downloadgitbook-4df51546b2bd29a2dd3a5b11eeca80a157f6ffb1.zip
gitbook-4df51546b2bd29a2dd3a5b11eeca80a157f6ffb1.tar.gz
gitbook-4df51546b2bd29a2dd3a5b11eeca80a157f6ffb1.tar.bz2
Remove command log in ebook convert
-rw-r--r--lib/generate/ebook/index.js2
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) {