From 2f10fa27969e8c3f47a089c4d6cf93763aaf894b Mon Sep 17 00:00:00 2001 From: "Timur A. Fatkhullin" Date: Thu, 26 Feb 2026 14:20:30 +0300 Subject: [PATCH] ... --- include/mcc/mcc_generic_mount.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/mcc/mcc_generic_mount.h b/include/mcc/mcc_generic_mount.h index bf0c44b..91d0669 100644 --- a/include/mcc/mcc_generic_mount.h +++ b/include/mcc/mcc_generic_mount.h @@ -183,13 +183,13 @@ public: virtual ~MccGenericMount() { - // logDebug(std::format("Delete MccGenericMount class instance (thread: {})", std::this_thread::get_id())); - logDebug("Delete MccGenericMount class instance (thread: {})", std::this_thread::get_id()); - auto err = MOVE_CNTRL_T::stopMount(); if (err) { logError(formatError(err)); } + + // logDebug(std::format("Delete MccGenericMount class instance (thread: {})", std::this_thread::get_id())); + logDebug("Delete MccGenericMount class instance (thread: {})", std::this_thread::get_id()); } error_t initMount()