We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53abd66 commit ac3e7cdCopy full SHA for ac3e7cd
1 file changed
Framework/Core/src/runDataProcessing.cxx
@@ -506,7 +506,6 @@ struct ControlWebSocketHandler : public WebSocketHandler {
506
didProcessMetric = true;
507
didHaveNewMetric |= hasNewMetric;
508
} else if (ControlServiceHelpers::parseControl(token, match)) {
509
- LOG(error) << "Found a command, processing for pid " << mPid;
510
assert(mContext.infos);
511
ControlServiceHelpers::processCommand(*mContext.infos, mPid, match[1].str(), match[2].str());
512
} else if (DeviceConfigHelper::parseConfig(std::string{" "} + token, configMatch)) {
0 commit comments