remove clog

This commit is contained in:
Jacob Overgaard
2022-08-15 16:52:15 +02:00
parent f8ad0bef9e
commit 22e44f9733
2 changed files with 0 additions and 2 deletions

View File

@@ -29,7 +29,6 @@ export class UmbInstallerError extends LitElement {
private _handleSubmit(e: SubmitEvent) {
e.preventDefault();
console.log('submit');
this.dispatchEvent(new CustomEvent('reset', { bubbles: true, composed: true }));
}

View File

@@ -71,7 +71,6 @@ export class UmbInstaller extends UmbContextProviderMixin(LitElement) {
}
private _handleReset() {
console.log('reset');
this.step = 1;
this._error = undefined;
}