mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-05-29 09:37:23 +08:00
Follow-up of 944e7607223e653be021943a80ba04e3ef0d8b62 -> Removed debug output line
This commit is contained in:
parent
41ef6cf15c
commit
f1b5142daa
@ -665,7 +665,6 @@ void Mouse3DController::init()
|
||||
#if ENABLE_CTRL_M_ON_WINDOWS
|
||||
#ifdef _WIN32
|
||||
m_device_str = detect_attached_device();
|
||||
std::cout << "m_device_str: " << m_device_str << "\n";
|
||||
if (!m_device_str.empty()) {
|
||||
m_connected = true;
|
||||
if (auto it_params = m_params_by_device.find(m_device_str); it_params != m_params_by_device.end())
|
||||
|
Loading…
x
Reference in New Issue
Block a user