From cff53125bcae583c40dfc316c123ebe8d50b6073 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9da=20HAMADI?= Date: Sat, 23 Apr 2022 18:22:17 +0200 Subject: [PATCH] lastCheckOnline var unused --- main.go | 3 --- 1 file changed, 3 deletions(-) diff --git a/main.go b/main.go index f2cffdb..956d5d8 100644 --- a/main.go +++ b/main.go @@ -26,9 +26,6 @@ const chaturbateURL = "https://chaturbate.com/" // retriesAfterOnlined tells the retries for stream when disconnected but not really offlined. var retriesAfterOnlined = 0 -// lastCheckOnline logs the last check time. -var lastCheckOnline = time.Now() - // bucket stores the used segment to prevent fetched the duplicates. var bucket []string