Commit 3b5a29d166d43597393aff4aa3b50c485139e95d
1 parent
1dab77c3
Exists in
master
and in
1 other branch
Minor modification
Showing
1 changed file
with
0 additions
and
2 deletions
Show diff stats
server.js
... | ... | @@ -77,8 +77,6 @@ app.post('/api', function(req, res){ |
77 | 77 | req.files.video.name + ' 1 ' + parameters.getPosition(req.query.posicao) + ' ' + parameters.getSize(req.query.tamanho) + ' ' + |
78 | 78 | parameters.getTransparency(req.query.transparencia) + ' ' + ID_FROM_BD; |
79 | 79 | |
80 | - console.log(command_line); | |
81 | - | |
82 | 80 | /* Executa a linha de comando */ |
83 | 81 | child = exec(command_line, function(err, stdout, stderr) { |
84 | 82 | // [stdout] = vlibras-core output | ... | ... |