Remove test code

This commit is contained in:
duncanspumpkin 2017-02-23 20:18:34 +00:00
parent 3bb7398649
commit 7c17cef89c
1 changed files with 0 additions and 1 deletions

View File

@ -57,7 +57,6 @@ void SawyerChunkReader::SkipChunk()
std::shared_ptr<SawyerChunk> SawyerChunkReader::ReadChunk()
{
Guard::Assert(false, "Test");
uint64 originalPosition = _stream->GetPosition();
try
{