Skip to content

Commit

Permalink
remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
jadmsaadaot committed Jul 13, 2023
1 parent f7c90e9 commit 359811d
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ const VideoWidgetView = ({ widget }: VideoWidgetProps) => {
try {
const videos = await fetchVideoWidgets(widget.id);
const video = videos[videos.length - 1];
console.log(video);
setVideoWidget(video);
setIsLoading(false);
} catch (error) {
Expand Down

0 comments on commit 359811d

Please sign in to comment.