refactor(ui): remove useless logging statement

pull/119/head
Anthony Lapenna 2016-07-08 15:39:32 +12:00
parent d4ca060945
commit 8fd9c2fce2
1 changed files with 0 additions and 1 deletions

View File

@ -144,7 +144,6 @@ function ($scope, $state, Config, Container, Image, Volume, Network, Messages, e
var image = _.toLower(config.Image);
var registry = $scope.formValues.Registry;
var imageConfig = createImageConfig(image, registry);
console.log(JSON.stringify(imageConfig, null, 4));
config.Image = imageConfig.fromImage + ':' + imageConfig.tag;
$scope.imageConfig = imageConfig;
}