Skip to content

Commit

Permalink
Remove unnecessary log message
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshRosen committed May 10, 2015
1 parent 27b18b0 commit 4a01c45
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -288,7 +288,6 @@ public void cleanupAfterError() {
* @return true if the record can be inserted without requiring more allocations, false otherwise.
*/
private boolean haveSpaceForRecord(int requiredSpace) {
logger.warn("Seeing if there's space for the record");
assert (requiredSpace > 0);
// The sort array will automatically expand when inserting a new record, so we only need to
// worry about it having free space when spilling is enabled.
Expand Down

0 comments on commit 4a01c45

Please sign in to comment.