Skip to content

Commit 9b08f75

Browse files
authored
Update packages/@react-aria/focus/src/FocusScope.tsx
1 parent edc9892 commit 9b08f75

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/@react-aria/focus/src/FocusScope.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -757,7 +757,6 @@ export function getFocusableTreeWalker(root: Element, opts?: FocusManagerOptions
757757

758758
// Determine the document to use
759759
let doc = getOwnerDocument(rootElement);
760-
// console.log('doc', doc, root);
761760

762761
// Create a TreeWalker, ensuring the root is an Element or Document
763762
let walker = createShadowTreeWalker(

0 commit comments

Comments
 (0)