Skip to content

Commit

Permalink
iterator end
Browse files Browse the repository at this point in the history
  • Loading branch information
hugopendlebury committed Feb 22, 2024
1 parent fa723dc commit 764649b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/gribreader.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -350,8 +350,6 @@ Iterator GribReader::begin() {

Iterator GribReader::end() {

isExhausted = true;
std::cout << "At end of message and is not repeatable" << endl;
return Iterator( this, m_endMessage, m_endMessage );

}
Expand Down

0 comments on commit 764649b

Please sign in to comment.