chore: update the file

This commit is contained in:
x-tools-author 2024-03-30 21:18:40 +08:00
parent cd6ae1dc3c
commit 223229b48f

View File

@ -512,7 +512,6 @@ void xToolsResponserTool::try2output(const QByteArray &bytes, QObject *receiver)
}
QTimer::singleShot(item.data.itemResponseDelay, receiver, [=]() {
qInfo() << __FUNCTION__;
emit outputBytes(responseBytes(item.data));
});
}