Skip to content

Commit 6f2deb1

Browse files
committed
Remove debug statement
1 parent 2d656db commit 6f2deb1

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

TACTSharp/CDN.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -199,8 +199,6 @@ public async Task<string> GetPatchServiceFile(string product, string file = "ver
199199
}
200200
}
201201

202-
throw new FileNotFoundException();
203-
204202
for (var i = 0; i < CDNServers.Count; i++)
205203
{
206204
var url = $"http://{CDNServers[i]}/{ProductDirectory}/{type}/{hash[0]}{hash[1]}/{hash[2]}{hash[3]}/{hash}";

0 commit comments

Comments
 (0)