chore.删除调试逻辑

This commit is contained in:
MistEO
2021-12-27 23:24:44 +08:00
parent dc3d48ab71
commit 3322fa96cf

View File

@@ -572,7 +572,7 @@ bool asst::Controller::screencap()
{
LogTraceFunction;
#if 0
#if 1
auto&& [ret, data] = call_command(m_emulator_info.adb.screencap);
if (ret && !data.empty()) {
if (m_image_convert_lf) {