Skip to content

Commit

Permalink
fix(drawer): remove 'console.log()'
Browse files Browse the repository at this point in the history
  • Loading branch information
lnzhangsong committed Dec 18, 2021
1 parent 31f0f49 commit 548a0c5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/devui-vue/devui/drawer/src/drawer-service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ export default class DrawerService {
}

static hide(): void {
console.log(this.drawer);
this.drawer?.unmount();
this.drawer = null;
if (this.$div) {
Expand Down

0 comments on commit 548a0c5

Please sign in to comment.