Skip to content

Commit

Permalink
remove res print
Browse files Browse the repository at this point in the history
  • Loading branch information
paoloose committed Nov 23, 2024
1 parent ef8dbea commit 230569f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion app/src/hooks/useApi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export const galleryResponse = {
{
"ref": "wall1",
"type": "2d",
"res": "https://images-wixmp-ed30a86b8c4ca887773594c2.wixmp.com/f/68ce2653-f36c-4c90-aa2e-ca3fd6aea4b1/dheugf9-6158600e-9219-4b68-a317-dca56309e034.jpg/v1/fit/w_828,h_1172,q_70,strp/frieren_fern_by_lailaroever_dheugf9-414w-2x.jpg?token=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJ1cm46YXBwOjdlMGQxODg5ODIyNjQzNzNhNWYwZDQxNWVhMGQyNmUwIiwiaXNzIjoidXJuOmFwcDo3ZTBkMTg4OTgyMjY0MzczYTVmMGQ0MTVlYTBkMjZlMCIsIm9iaiI6W1t7InBhdGgiOiJcL2ZcLzY4Y2UyNjUzLWYzNmMtNGM5MC1hYTJlLWNhM2ZkNmFlYTRiMVwvZGhldWdmOS02MTU4NjAwZS05MjE5LTRiNjgtYTMxNy1kY2E1NjMwOWUwMzQuanBnIiwiaGVpZ2h0IjoiPD0xODExIiwid2lkdGgiOiI8PTEyODAifV1dLCJhdWQiOlsidXJuOnNlcnZpY2U6aW1hZ2Uud2F0ZXJtYXJrIl0sIndtayI6eyJwYXRoIjoiXC93bVwvNjhjZTI2NTMtZjM2Yy00YzkwLWFhMmUtY2EzZmQ2YWVhNGIxXC9sYWlsYXJvZXZlci00LnBuZyIsIm9wYWNpdHkiOjk1LCJwcm9wb3J0aW9ucyI6MC40NSwiZ3Jhdml0eSI6ImNlbnRlciJ9fQ.OG7dkZbNa8ac0uc0deM0AF9tkaleW9TuPqNeKD8zqXw",
"res": "",
"props": {},
"v": [
[1.878, 1.752, -3.911],
Expand Down
2 changes: 0 additions & 2 deletions app/src/pages/Editor/components/blocks/PictureSlot.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@ export const PictureSlot = ({ idRef, v, res, props }: PictureSlotProps) => {
useEditorStore.getState().setDraggingFileVisible(true);
}

console.log({ res })

const [image] = useImage(src ?? noImageSrc);

const pos = v3tov2(v[2]);
Expand Down

0 comments on commit 230569f

Please sign in to comment.