Skip to content

Commit

Permalink
chore: delete unuseful console
Browse files Browse the repository at this point in the history
  • Loading branch information
ImJustAMan committed Nov 26, 2020
1 parent bdc7643 commit f8dd6f5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/transitions/collapse-transition.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ class TransitionFn {
}

const ElCollapseTransition = (props, context) => {
console.log(context)
const transitions = new TransitionFn()
const data = {
onBeforeEnter: transitions.beforeEnter,
Expand Down

0 comments on commit f8dd6f5

Please sign in to comment.