mirror of https://github.com/docker/docs.git
Removed debug from util
Signed-off-by: French Ben <frenchben@docker.com>
This commit is contained in:
parent
878507ee2d
commit
c377ca9f90
|
|
@ -359,7 +359,6 @@ var DockerUtil = {
|
||||||
data.Mounts = data.Mounts || existingData.Mounts;
|
data.Mounts = data.Mounts || existingData.Mounts;
|
||||||
|
|
||||||
var fullData = _.extend(existingData, data);
|
var fullData = _.extend(existingData, data);
|
||||||
console.log(fullData);
|
|
||||||
this.createContainer(name, fullData);
|
this.createContainer(name, fullData);
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue