mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-19 11:23:42 +00:00
Follow-up of 944e760722 -> Removed debug output line
This commit is contained in:
@@ -665,7 +665,6 @@ void Mouse3DController::init()
|
|||||||
#if ENABLE_CTRL_M_ON_WINDOWS
|
#if ENABLE_CTRL_M_ON_WINDOWS
|
||||||
#ifdef _WIN32
|
#ifdef _WIN32
|
||||||
m_device_str = detect_attached_device();
|
m_device_str = detect_attached_device();
|
||||||
std::cout << "m_device_str: " << m_device_str << "\n";
|
|
||||||
if (!m_device_str.empty()) {
|
if (!m_device_str.empty()) {
|
||||||
m_connected = true;
|
m_connected = true;
|
||||||
if (auto it_params = m_params_by_device.find(m_device_str); it_params != m_params_by_device.end())
|
if (auto it_params = m_params_by_device.find(m_device_str); it_params != m_params_by_device.end())
|
||||||
|
|||||||
Reference in New Issue
Block a user