Skip to content

Commit

Permalink
Removing log
Browse files Browse the repository at this point in the history
  • Loading branch information
mattgperry committed May 24, 2023
1 parent 121b872 commit e2820f8
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ Undocumented APIs should be considered internal and may change without warning.
### Fixed

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

## [10.12.14] 2023-05-23

Expand Down
2 changes: 1 addition & 1 deletion packages/framer-motion-3d/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,5 +60,5 @@
"@react-three/test-renderer": "^9.0.0",
"@rollup/plugin-commonjs": "^22.0.1"
},
"gitHead": "e3306e37bec77bc76e21e6fa5f218dbc4a0ec270"
"gitHead": "121b8729f913341e71218ec433d45bb6907a86c8"
}
2 changes: 1 addition & 1 deletion packages/framer-motion/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -116,5 +116,5 @@
"maxSize": "31.14 kB"
}
],
"gitHead": "e3306e37bec77bc76e21e6fa5f218dbc4a0ec270"
"gitHead": "121b8729f913341e71218ec433d45bb6907a86c8"
}
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,6 @@ export class VisualElementDragControls {
this.constraints = this.resolveRefConstraints()
}
} else {
console.log(layout)
if (dragConstraints && layout) {
this.constraints = calcRelativeConstraints(
layout.layoutBox,
Expand Down

0 comments on commit e2820f8

Please sign in to comment.