Remove console.log()

This commit is contained in:
Johannes Zellner
2016-01-21 14:29:04 +01:00
parent 6e1f96a832
commit b82e5fd8c6

View File

@@ -154,8 +154,6 @@ angular.module('Application').service('Client', ['$http', 'md5', 'Notification',
this.avatar = this.apiOrigin + '/api/v1/cloudron/avatar?' + String(Math.random()).slice(2);
var favicon = $('#favicon');
console.log('rseet favicon', favicon)
if (favicon) favicon.attr('href', this.avatar);
};