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

Commit

Permalink
fix: Remove console.log used for debug (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexandre Da Costa committed Jul 27, 2020
1 parent 8f80584 commit e165f1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ export const ReactQueryDevtoolsPanel = React.forwardRef(
if (isDragging) {
const run = e => {
const containerHeight = window.innerHeight - e.pageY
console.log(containerHeight)

if (containerHeight < 70) {
setIsOpen(false)
} else {
Expand Down

0 comments on commit e165f1b

Please sign in to comment.