mirror of https://github.com/docker/docs.git
Removing unnecessary print statement
This commit is contained in:
parent
bf7d3af402
commit
cc0bc719fa
|
@ -372,7 +372,6 @@ export default {
|
|||
|
||||
// data is associated with one layer only (can be identified with id)
|
||||
stream.on('data', str => {
|
||||
console.log(str);
|
||||
var data = JSON.parse(str);
|
||||
|
||||
if (data.error) {
|
||||
|
|
Loading…
Reference in New Issue