Skip to content

Commit

Permalink
Remove stray console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
clauderic committed Jun 14, 2022
1 parent eec27f3 commit 4a5132d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
5 changes: 5 additions & 0 deletions .changeset/stray-console-log.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@dnd-kit/core': patch
---

Removed a stray `console.log` in the `KeyboardSensor`
7 changes: 0 additions & 7 deletions packages/core/src/sensors/keyboard/KeyboardSensor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -235,13 +235,6 @@ export class KeyboardSensor implements SensorInstance {
}
}

console.log(
getAdjustedCoordinates(
getCoordinatesDelta(newCoordinates, this.referenceCoordinates),
scrollDelta
)
);

this.handleMove(
event,
getAdjustedCoordinates(
Expand Down

0 comments on commit 4a5132d

Please sign in to comment.