From aa38c869bd0f12bdef9d295126fa45fa69567ac2 Mon Sep 17 00:00:00 2001 From: Belen Curcio Date: Wed, 6 Jan 2021 12:30:41 -0300 Subject: [PATCH] Polish --- lib/focus-trap.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/focus-trap.tsx b/lib/focus-trap.tsx index 1489122ce..6e1dc5fef 100644 --- a/lib/focus-trap.tsx +++ b/lib/focus-trap.tsx @@ -34,7 +34,6 @@ export default function FocusTrap({ children, focusFirst = false }: Props) { let end = 60 // Try to find match at least n times let i = 0 const timer = setInterval(() => { - console.log('-----------', i) if (!match !== i > end) { match = !!tabbable(root.current).length if (match) {