Skip to content
Snippets Groups Projects
Commit 79b2e9fa authored by Reiter, Christoph's avatar Reiter, Christoph :snake:
Browse files

Remove leftover debug print

parent 2ae3cb93
No related branches found
No related tags found
No related merge requests found
...@@ -59,7 +59,7 @@ class AppShellWelcome extends LitElement { ...@@ -59,7 +59,7 @@ class AppShellWelcome extends LitElement {
</div>`); </div>`);
} }
} }
console.log(app.topic.name);
return html` return html`
<p>${i18n.t('welcome.headline', {appname: app.topic.name[this.lang]})}</p> <p>${i18n.t('welcome.headline', {appname: app.topic.name[this.lang]})}</p>
<p>${app.topic.description[this.lang]}</p> <p>${app.topic.description[this.lang]}</p>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment