Skip to content

Commit

Permalink
fix: remove debug logging accidentally committed
Browse files Browse the repository at this point in the history
  • Loading branch information
umegane committed Dec 16, 2024
1 parent b0d97c2 commit 27cd7df
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/limestone/datastore.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,6 @@ log_channel& datastore::create_channel(const boost::filesystem::path& location)
epoch_id_type datastore::last_epoch() const noexcept { return static_cast<epoch_id_type>(epoch_id_informed_.load()); }

void datastore::switch_epoch(epoch_id_type new_epoch_id) {
VLOG(30) << "switch_epoch: " << new_epoch_id;
try {
check_after_ready(static_cast<const char*>(__func__));
auto neid = static_cast<std::uint64_t>(new_epoch_id);
Expand Down

0 comments on commit 27cd7df

Please sign in to comment.