Skip to content
Snippets Groups Projects
Commit 1d7c4549 authored by Dan Lipsa's avatar Dan Lipsa
Browse files

Remove debugging printouts.

Change-Id: I92102c8ac0609f80308f6954f6bc89aabf42e963
parent 9ac19b71
No related branches found
No related tags found
No related merge requests found
......@@ -439,8 +439,6 @@ int LSDynaFamily::BufferChunk( WordType wType, vtkIdType chunkSizeInWords )
this->ChunkValid += bytesRead;
if ( bytesRead < bytesLeft )
{
std::cout << "bytesRead < bytesLeft" << std::endl;
std::cout << "bytesRead " << bytesRead << " bytesLeft" << bytesLeft << std::endl;
if ( bytesRead <= 0 )
{ // try advancing to next file
VTK_LSDYNA_CLOSEFILE(this->FD);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment