Remove console.log()

This commit is contained in:
Johannes
2016-11-24 15:46:21 +01:00
parent 2f1572b404
commit 1c828f19a3

View File

@@ -181,7 +181,6 @@ app.filter('applicationLink', function() {
app.filter('configureLink', function() {
return function(app) {
if (app.manifest.configurePath && app.installationState === ISTATES.INSTALLED && app.health === HSTATES.HEALTHY) {
console.log('===', app.manifest.configurePath)
return 'https://' + app.fqdn + (app.manifest.configurePath[0] !== '/' ? '/' : '') + app.manifest.configurePath;
} else {
return '';