Source commit: 38b842f9432f2cbbc94c5e6c2c770cacb144a5c3
@@ -2112,7 +2112,6 @@ void __fastcall TTransferQueueItem::ProgressUpdated()
{
TGuard Guard(FSection);
- // Move this to TTransferQueueItem once implemented for downloads too
DebugAssert(FParallelOperation != NULL);
DebugAssert((FProgressData->Operation == foCopy) || (FProgressData->Operation == foCalculateSize));
if (FProgressData->Operation == foCopy)