Skip to content

Commit

Permalink
remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
mozzius committed Apr 22, 2024
1 parent a444f87 commit b535ba1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/view/com/composer/Composer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,6 @@ export const ComposePost = observer(function ComposePost({

const onSelectGif = useCallback(
(gif: Gif) => {
console.log('gif', JSON.stringify(gif, null, 2))
setExtLink({
uri: `${gif.media_formats.gif.url}?hh=${gif.media_formats.gif.dims[0]}&ww=${gif.media_formats.gif.dims[1]}`,
isLoading: true,
Expand Down

0 comments on commit b535ba1

Please sign in to comment.