直接注释代码

onereq
Matthew 3 months ago
parent 4b09ea6428
commit 0b8c29eb91

@ -555,9 +555,9 @@ public:
protected: protected:
void TurnOn() void TurnOn()
{ {
#if !defined(NDEBUG) || defined(OUTPUT_DBG_INFO) #if !defined(NDEBUG) && defined(OUTPUT_DBG_INFO)
std::string status = GetStatus(); // std::string status = GetStatus();
XYLOG(XYLOG_SEVERITY_INFO, "PWR Before TurnOn %s", status.c_str()); // XYLOG(XYLOG_SEVERITY_INFO, "PWR Before TurnOn %s", status.c_str());
#endif #endif
GpioControl::TurnOn(m_cmds); GpioControl::TurnOn(m_cmds);
} }

Loading…
Cancel
Save