Skip to content

Commit 3e85a06

Browse files
committed
Remove console.log
1 parent 84e0a8b commit 3e85a06

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/cmd-dialog.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,6 @@ export class CmdDialog extends LitElement {
113113
* Close the dialog.
114114
*/
115115
public close() {
116-
console.log('close');
117116
this.dialog.close();
118117
}
119118

@@ -122,7 +121,6 @@ export class CmdDialog extends LitElement {
122121
* @protected
123122
*/
124123
protected onClose() {
125-
console.log('onClose');
126124
this.input.value = '';
127125
this._selected = undefined;
128126
this._results = this.actions;

0 commit comments

Comments
 (0)