Skip to content

Commit 618f7ea

Browse files
Remove debug statement (#2861)
Co-authored-by: Daniel Lu <[email protected]>
1 parent f5b859b commit 618f7ea

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/@react-spectrum/searchwithin/test/SearchWithin.test.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ describe('SearchWithin labeling', function () {
212212
});
213213

214214
it('aria-labelledby = {id}', function () {
215-
let {getByRole, debug, getByText} = render(
215+
let {getByRole, getByText} = render(
216216
<Provider theme={theme}>
217217
<label id="id-foo-label" htmlFor="id-searchfield">
218218
Foo
@@ -228,7 +228,6 @@ describe('SearchWithin labeling', function () {
228228
</SearchWithin>
229229
</Provider>
230230
);
231-
debug();
232231

233232
let group = getByRole('group');
234233
let searchfield = getByRole('searchbox');

0 commit comments

Comments
 (0)