mirror of
https://github.com/docker/docs.git
synced 2026-03-27 14:28:47 +07:00
Removed debug from util
Signed-off-by: French Ben <frenchben@docker.com>
This commit is contained in:
@@ -359,7 +359,6 @@ var DockerUtil = {
|
||||
data.Mounts = data.Mounts || existingData.Mounts;
|
||||
|
||||
var fullData = _.extend(existingData, data);
|
||||
console.log(fullData);
|
||||
this.createContainer(name, fullData);
|
||||
});
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user