removed debug log
This commit is contained in:
@@ -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(); }
|
||||
|
Reference in New Issue
Block a user