mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
Delete unnecessary logs
This commit is contained in:
@@ -43,11 +43,6 @@ function runGitCommand(args,cwd,env) {
|
||||
});
|
||||
|
||||
child.on('close', function(code) {
|
||||
console.log("===============================================================");
|
||||
console.log("stdout:", stdout);
|
||||
console.log("===============================================================");
|
||||
console.log("stderr:", stderr);
|
||||
console.log("===============================================================");
|
||||
if (code !== 0) {
|
||||
var err = new Error(stderr);
|
||||
err.stdout = stdout;
|
||||
|
Reference in New Issue
Block a user