remove clog
This commit is contained in:
@@ -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 }));
|
||||
}
|
||||
|
||||
|
||||
@@ -71,7 +71,6 @@ export class UmbInstaller extends UmbContextProviderMixin(LitElement) {
|
||||
}
|
||||
|
||||
private _handleReset() {
|
||||
console.log('reset');
|
||||
this.step = 1;
|
||||
this._error = undefined;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user