Commit 0296860517e1b1a5ce373a206e78bdd53d4a0a12
1 parent
10ccf87e
Exists in
master
and in
1 other branch
Test in video and subtitle endpoint
Showing
1 changed file
with
0 additions
and
3 deletions
Show diff stats
server.js
... | ... | @@ -193,9 +193,6 @@ app.post('/api', function(req, res){ |
193 | 193 | /* Executa a linha de comando */ |
194 | 194 | child = exec(command_line, function(err, stdout, stderr) { |
195 | 195 | // [stdout] = vlibras-core output |
196 | - console.log(err); | |
197 | - console.log(stdout); | |
198 | - console.log(stderr); | |
199 | 196 | }); |
200 | 197 | |
201 | 198 | /* Listener que dispara quando a requisição ao core finaliza */ | ... | ... |