Skip to content

Commit

Permalink
Remove log for debug.
Browse files Browse the repository at this point in the history
  • Loading branch information
small-turtle-1 committed Dec 26, 2023
1 parent a26304d commit 3161fa9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/storage/meta/entry/block_column_entry.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,6 @@ void BlockColumnEntry::Flush(BlockColumnEntry *block_column_entry, SizeT) {
// SizeT buffer_size = row_count * column_type->Size();
if (block_column_entry->buffer_->Save()) {
block_column_entry->buffer_->Sync();
LOG_WARN(Format("Close file {}", block_column_entry->FilePath()));
block_column_entry->buffer_->CloseFile();
}

Expand Down

0 comments on commit 3161fa9

Please sign in to comment.