Removed debug from util

Signed-off-by: French Ben <frenchben@docker.com>
This commit is contained in:
French Ben
2016-05-19 18:40:36 -07:00
parent 878507ee2d
commit c377ca9f90

View File

@@ -359,7 +359,6 @@ var DockerUtil = {
data.Mounts = data.Mounts || existingData.Mounts;
var fullData = _.extend(existingData, data);
console.log(fullData);
this.createContainer(name, fullData);
});
},