Skip to content

Commit 796b327

Browse files
committed
Docs: remove log
1 parent 68fd769 commit 796b327

File tree

1 file changed

+0
-6
lines changed
  • docs/src/examples/query/plugins/query-transition-behavior

1 file changed

+0
-6
lines changed

docs/src/examples/query/plugins/query-transition-behavior/page.js

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,6 @@ $('ui-button').on('click', () => {
77
const duration = $('.duration').val() || 'auto';
88
const interval = $('.interval').val();
99

10-
console.log({
11-
animation,
12-
direction,
13-
duration,
14-
interval,
15-
});
1610
$('.box').transition({
1711
animation,
1812
direction,

0 commit comments

Comments
 (0)