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
1 changed files with 0 additions and 1 deletions

View File

@ -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);
}); });
}, },