diff --git a/src/limestone/datastore.cpp b/src/limestone/datastore.cpp index e967108..aa5bc66 100644 --- a/src/limestone/datastore.cpp +++ b/src/limestone/datastore.cpp @@ -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_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(__func__)); auto neid = static_cast(new_epoch_id);