chore(core): remove log

Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
braks
2022-12-14 12:39:40 +01:00
committed by Braks
parent 9d5cda970c
commit e69e19a8df
@@ -10,8 +10,6 @@ export function useGetPointerPosition() {
return ({ sourceEvent }: UseDragEvent, snapGrid?: SnapGrid) => {
const currentSnapGrid = unref(hasSnapGrid(snapGrid))
console.log(currentSnapGrid)
const x = sourceEvent.touches ? sourceEvent.touches[0].clientX : sourceEvent.clientX
const y = sourceEvent.touches ? sourceEvent.touches[0].clientY : sourceEvent.clientY