Revert "More useful logging"

This reverts commit c9e850515e.
This commit is contained in:
Michael Bucari-Tovo 2022-05-15 09:56:56 -06:00
parent c9e850515e
commit 0a6a78bc58
5 changed files with 7 additions and 22 deletions

View file

@ -221,7 +221,6 @@ namespace AaxDecrypter
var buff = new byte[DOWNLOAD_BUFF_SZ];
do
{
Thread.Sleep(5);
var bytesRead = _networkStream.Read(buff, 0, DOWNLOAD_BUFF_SZ);
_writeFile.Write(buff, 0, bytesRead);