mirror of
https://github.com/GitbookIO/gitbook.git
synced 2026-09-21 01:53:26 +00:00
Remove command log in ebook convert
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user