Remove leftover console.log()

This commit is contained in:
Johannes Zellner
2015-10-22 10:26:40 +02:00
parent 259199897b
commit 6103640b53

View File

@@ -162,8 +162,6 @@ angular.module('Application').controller('AppStoreController', ['$scope', '$loca
angular.copy(app, $scope.appInstall.app);
$('#appInstallModal').modal('show');
console.log(app)
$scope.appInstall.mediaLinks = $scope.appInstall.app.manifest.mediaLinks || [];
$scope.appInstall.location = app.location;
$scope.appInstall.portBindingsInfo = $scope.appInstall.app.manifest.tcpPorts || {}; // Portbinding map only for information