Skip to content

Commit 759bbd3

Browse files
committed
fix: remove console.log
1 parent 8c24e2a commit 759bbd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/slideview/slideview.wxs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ var transitionEnd = function(event, ownerInstance) {
222222
var st = ins.getState()
223223
// 回弹效果
224224
if (st.out && st.rebounce) {
225-
console.log('transition rebounce', st.rebounce)
225+
// console.log('transition rebounce', st.rebounce)
226226
ins.setStyle({
227227
'transform': 'translate3d(' + (-st.max) + 'px, 0, 0)',
228228
'transition': 'transform ' + REBOUNCE_TIME +'s'

0 commit comments

Comments
 (0)