Remove unused code

This commit is contained in:
cxfksword
2023-02-18 15:09:21 +08:00
parent eec982e986
commit 3c48301844

View File

@@ -193,7 +193,6 @@ public class Tencent : AbstractScraper
try
{
var midHash = string.IsNullOrEmpty(comment.Nick) ? "anonymous".ToBase64() : comment.Nick.ToBase64();
var mode = 1;
var danmakuText = new ScraperDanmakuText();
danmakuText.Progress = comment.TimeOffset.ToInt();
danmakuText.Mode = 1;