Skip to content

Commit

Permalink
Remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
OzzyCzech committed Jan 3, 2024
1 parent 84e0a8b commit 3e85a06
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/cmd-dialog.ts
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,6 @@ export class CmdDialog extends LitElement {
* Close the dialog.
*/
public close() {
console.log('close');
this.dialog.close();
}

Expand All @@ -122,7 +121,6 @@ export class CmdDialog extends LitElement {
* @protected
*/
protected onClose() {
console.log('onClose');
this.input.value = '';
this._selected = undefined;
this._results = this.actions;
Expand Down

1 comment on commit 3e85a06

@vercel
Copy link

@vercel vercel bot commented on 3e85a06 Jan 3, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

cmd-dialog – ./

cmd-dialog-ozzyczech.vercel.app
cmd-dialog-git-main-ozzyczech.vercel.app
cmd-dialog.vercel.app

Please sign in to comment.