Skip to content

Commit

Permalink
fix(SwipeAction): 移除 log
Browse files Browse the repository at this point in the history
  • Loading branch information
SzHeJason committed Dec 26, 2018
1 parent 44040dc commit a85de1c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/swipe-action/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,6 @@ export default class AtSwipeAction extends AtComponent {
handleDomInfo = ({ width }) => {
const { _isOpened } = this.state

console.log('handleDomInfo')
this.maxOffsetSize = width
this._reset(_isOpened)
}
Expand Down

0 comments on commit a85de1c

Please sign in to comment.