removed unused code

This commit is contained in:
Carlos Jimenez 2018-03-06 13:02:28 +01:00
parent 42f1e1ec6f
commit 8ee3c18cbc
1 changed files with 0 additions and 1 deletions

View File

@ -11,7 +11,6 @@ export default class MainMenu {
this.langs = $translate.getAvailableLanguageKeys();
}
getCurrentUserName() {
console.log('in getcurrentUserName');
this.$http.get('/auth/api/Accounts/getCurrentUserName')
.then(json => {
this.$.currentUserName = json.data;