Skip to content

Commit

Permalink
removed one log.debug line.
Browse files Browse the repository at this point in the history
  • Loading branch information
yuxutw committed Apr 24, 2012
1 parent f9f92a0 commit 08053a1
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@ protected void skipToNextSyncPoint(boolean atFirstRecord) throws IOException {
// No need to skip to the sync point here; the block reader will do it for us.
LOG.debug("LzoProtobufBlockRecordReader.skipToNextSyncPoint called with atFirstRecord = " + atFirstRecord);
updatePosition = !atFirstRecord;
LOG.debug("reset first record offset in skipToNextSyncPoint()");
}

/**
Expand Down

0 comments on commit 08053a1

Please sign in to comment.