aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/Player/index.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/Player/index.tsx')
-rw-r--r--src/components/Player/index.tsx5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/components/Player/index.tsx b/src/components/Player/index.tsx
index 82f600e..9e3d819 100644
--- a/src/components/Player/index.tsx
+++ b/src/components/Player/index.tsx
@@ -1,7 +1,6 @@
import React from "react";
import YouTube from "react-youtube";
import { IoPlay } from "react-icons/io5";
-import { event } from "react-ga";
import { playTimes } from "../../constants";
@@ -54,10 +53,6 @@ export function Player({ id, currentTry }: Props) {
const startPlayback = React.useCallback(() => {
playerRef.current?.internalPlayer.playVideo();
setPlay(true);
- event({
- category: "Player",
- action: "Played song",
- });
}, []);
const setReady = React.useCallback(() => {
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage