mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-18 02:10:21 +08:00
chore: 删除一些日志
This commit is contained in:
@@ -640,9 +640,7 @@ bool asst::Controller::call_and_hup_minitouch()
|
||||
|
||||
bool asst::Controller::input_to_minitouch(const std::string& cmd)
|
||||
{
|
||||
#ifdef ASST_DEBUG
|
||||
Log.info("Input to minitouch", Logger::separator::newline, cmd);
|
||||
#endif
|
||||
// Log.debug("Input to minitouch", Logger::separator::newline, cmd);
|
||||
|
||||
#ifdef _WIN32
|
||||
if (m_minitouch_parent_write == INVALID_HANDLE_VALUE) {
|
||||
|
||||
Reference in New Issue
Block a user