Skip to content

Commit b6ee171

Browse files
committed
chore: remove log
1 parent 795bed4 commit b6ee171

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/range.spec.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1830,7 +1830,6 @@ describe('Picker.Range', () => {
18301830
/>,
18311831
);
18321832
openPicker(container, 1);
1833-
console.log(document.querySelector('.rc-picker-panel-container').getAttribute("style"))
18341833
expect(document.querySelector('.rc-picker-panel-container')).toHaveStyle({
18351834
marginLeft: '410px',
18361835
});
@@ -1961,7 +1960,6 @@ describe('Picker.Range', () => {
19611960
/>,
19621961
);
19631962
openPicker(container, 1);
1964-
console.log(document.querySelector('.rc-picker-panel-container').getAttribute("style"))
19651963
expect(document.querySelector('.rc-picker-panel-container')).toHaveStyle({
19661964
marginLeft: '0px',
19671965
});

0 commit comments

Comments
 (0)