Skip to content

Commit e2820f8

Browse files
committed
Removing log
1 parent 121b872 commit e2820f8

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ Undocumented APIs should be considered internal and may change without warning.
99
### Fixed
1010

1111
- Fixed timing bug when mixing `layout` prop and `animate()`.
12+
- Removing errant log from `resolveConstraints`.
1213

1314
## [10.12.14] 2023-05-23
1415

packages/framer-motion-3d/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,5 +60,5 @@
6060
"@react-three/test-renderer": "^9.0.0",
6161
"@rollup/plugin-commonjs": "^22.0.1"
6262
},
63-
"gitHead": "e3306e37bec77bc76e21e6fa5f218dbc4a0ec270"
63+
"gitHead": "121b8729f913341e71218ec433d45bb6907a86c8"
6464
}

packages/framer-motion/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -116,5 +116,5 @@
116116
"maxSize": "31.14 kB"
117117
}
118118
],
119-
"gitHead": "e3306e37bec77bc76e21e6fa5f218dbc4a0ec270"
119+
"gitHead": "121b8729f913341e71218ec433d45bb6907a86c8"
120120
}

packages/framer-motion/src/gestures/drag/VisualElementDragControls.ts

-1
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,6 @@ export class VisualElementDragControls {
281281
this.constraints = this.resolveRefConstraints()
282282
}
283283
} else {
284-
console.log(layout)
285284
if (dragConstraints && layout) {
286285
this.constraints = calcRelativeConstraints(
287286
layout.layoutBox,

0 commit comments

Comments
 (0)