oops forgot to remove my test code

This commit is contained in:
pizzaboxer 2023-08-26 00:36:03 +01:00
parent 034a513650
commit 35253145cc
No known key found for this signature in database
GPG Key ID: 59D4A1DBAD0F2BA8

View File

@ -1351,9 +1351,6 @@ namespace Bloxstrap
await using var stream = await response.Content.ReadAsStreamAsync(_cancelTokenSource.Token);
await using var fileStream = new FileStream(packageLocation, FileMode.CreateNew, FileAccess.ReadWrite, FileShare.Delete);
if (packageUrl.StartsWith("https://"))
throw new Exception("The decryption operation failed");
while (true)
{
if (_cancelFired)