diff --git a/endpoints/video.js b/endpoints/video.js index 2537b4f..592de2c 100644 --- a/endpoints/video.js +++ b/endpoints/video.js @@ -47,9 +47,9 @@ function init(req, res) { /* Executa a linha de comando */ child = exec(command_line, function(err, stdout, stderr) { // [stdout] = vlibras-core output - console.log('Err: ' + err); - console.log('STDOUT: ' + stdout); - console.log('STDERR: ' + stderr); + // console.log('Err: ' + err); + // console.log('STDOUT: ' + stdout); + // console.log('STDERR: ' + stderr); }); if (req.body.callback === undefined) { diff --git a/endpoints/video_legenda.js b/endpoints/video_legenda.js index f9ac5fa..6e0f865 100644 --- a/endpoints/video_legenda.js +++ b/endpoints/video_legenda.js @@ -59,9 +59,9 @@ function init(req, res) { /* Executa a linha de comando */ child = exec(command_line, function(err, stdout, stderr) { // [stdout] = vlibras-core output - console.log('Err: ' + err); - console.log('STDOUT: ' + stdout); - console.log('STDERR: ' + stderr); + // console.log('Err: ' + err); + // console.log('STDOUT: ' + stdout); + // console.log('STDERR: ' + stderr); }); if (req.body.callback === undefined) { -- libgit2 0.21.2