mirror of https://github.com/docker/docs.git
Removing unnecessary log
This commit is contained in:
parent
2e7e64471c
commit
b8b6f94d6f
|
@ -8,7 +8,6 @@ module.exports = {
|
|||
options = options || {};
|
||||
return new Promise((resolve, reject) => {
|
||||
exec(args, options, (stderr, stdout, code) => {
|
||||
console.log(stderr);
|
||||
if (code) {
|
||||
reject(new Error(stderr));
|
||||
} else {
|
||||
|
|
Loading…
Reference in New Issue