remove console.log

This commit is contained in:
Niels Lyngsø
2023-04-27 15:33:23 +02:00
parent 0cab21176e
commit 6829f0fddd

View File

@@ -48,7 +48,6 @@ export class UmbLanguageWorkspaceElement extends UmbLitElement {
this.observe(
this.#languageWorkspaceContext.isNew,
(isNew) => {
console.log('observe', isNew);
if (isNew === false) {
const isoCode = this.#languageWorkspaceContext.getEntityId();
if (this.#routerPath && isoCode) {