removed debug log

This commit is contained in:
2025-09-30 20:49:33 -05:00
parent f45c027f66
commit 937f24f3e0

View File

@@ -43,7 +43,6 @@ lock_data::lock_data(std::string_view data_directory, provider_type prov,
mutex_id_(create_lock_id(prov, unique_id)) {
handle_ =
::open(get_lock_file().c_str(), O_CREAT | O_RDWR, S_IWUSR | S_IRUSR);
fmt::println("{}", data_directory_);
}
lock_data::~lock_data() { release(); }