web: remove console.log() from ak-license-notice

This commit is contained in:
Ken Sternberg 2024-01-12 10:46:48 -08:00
parent 66fa4e3085
commit ce90900bcd
1 changed files with 0 additions and 2 deletions

View File

@ -14,7 +14,6 @@ export class AkLicenceNotice extends AKElement {
hasLicense = false;
constructor() {
console.log("Notice constructed");
super();
new EnterpriseApi(DEFAULT_CONFIG).enterpriseLicenseSummaryRetrieve().then((enterprise) => {
this.hasLicense = enterprise.hasLicense;
@ -22,7 +21,6 @@ export class AkLicenceNotice extends AKElement {
}
render() {
console.log(this.hasLicense);
return this.hasLicense
? nothing
: html`