Skip to content
This repository was archived by the owner on Jan 2, 2021. It is now read-only.

Commit e165f1b

Browse files
author
Alexandre Da Costa
authored
fix: Remove console.log used for debug (#49)
1 parent 8f80584 commit e165f1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ export const ReactQueryDevtoolsPanel = React.forwardRef(
239239
if (isDragging) {
240240
const run = e => {
241241
const containerHeight = window.innerHeight - e.pageY
242-
console.log(containerHeight)
242+
243243
if (containerHeight < 70) {
244244
setIsOpen(false)
245245
} else {

0 commit comments

Comments
 (0)