[Connect | Trunk]: Remove logs from app.component

git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-connect-portal/trunk@59659 d315682c-612b-4755-9ff5-7f18f6832af3
This commit is contained in:
k.triantafyllou 2020-10-22 12:09:39 +00:00
parent e5455314df
commit 0af44324e7
1 changed files with 0 additions and 1 deletions

View File

@ -198,7 +198,6 @@ export class AppComponent {
position: 'left',
badge: true
};
console.log(this.header);
this.menuItems = [];
this.menuItems.push({
rootItem: new MenuItem("deposit", "Deposit", "", "/participate/deposit/learn-how", false, [], ["/participate/deposit/learn-how"], this.properties.environment != "development" ? {} : {communityId: community.communityId}),