Skip to content

Commit 9f79d04

Browse files
authored
fix(devtools): Remove debug statement in devtools (#1516)
1 parent 24413b7 commit 9f79d04

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/devtools/devtools.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,6 @@ export function ReactQueryDevtools({
147147

148148
const run = () => {
149149
const containerHeight = panelRef.current?.getBoundingClientRect().height
150-
console.log(containerHeight)
151150
rootRef.current.parentElement.style.paddingBottom = `${containerHeight}px`
152151
}
153152

0 commit comments

Comments
 (0)