From f8b0fa19951668f93c10f1aefc57d2232e2527ca Mon Sep 17 00:00:00 2001 From: Sawa <34698182+sawaYch@users.noreply.github.com> Date: Mon, 1 Apr 2024 14:08:52 +0800 Subject: [PATCH] cleanup --- .changeset/sharp-mangos-shake.md | 5 +++++ packages/next-youtube-livechat/src/hooks/useLiveChat.tsx | 1 - 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 .changeset/sharp-mangos-shake.md diff --git a/.changeset/sharp-mangos-shake.md b/.changeset/sharp-mangos-shake.md new file mode 100644 index 0000000..e91a9cb --- /dev/null +++ b/.changeset/sharp-mangos-shake.md @@ -0,0 +1,5 @@ +--- +"next-youtube-livechat": patch +--- + +cleanup diff --git a/packages/next-youtube-livechat/src/hooks/useLiveChat.tsx b/packages/next-youtube-livechat/src/hooks/useLiveChat.tsx index de450f1..ff3d6be 100644 --- a/packages/next-youtube-livechat/src/hooks/useLiveChat.tsx +++ b/packages/next-youtube-livechat/src/hooks/useLiveChat.tsx @@ -48,7 +48,6 @@ const useLiveChat = ({ }, [intervalHandle]); useEffect(() => { - console.log('test'); // url must provide try { if (url) {