Remove log

This commit is contained in:
Eric Bailey
2024-02-07 22:17:07 -06:00
parent 5bd64fbc85
commit 270476a126
-1
View File
@@ -40,7 +40,6 @@ export function Outer<Params extends DialogParams>({
const open = React.useCallback<DialogControlProps<Params>['open']>(
(params, {snapIndex} = {}) => {
if (params) {
console.log({params})
setParams(params)
}
sheet.current?.snapToIndex(snapIndex || 0)