Skip to content

Commit ac3e7cd

Browse files
committed
DPL: drop spurious error message
1 parent 53abd66 commit ac3e7cd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Framework/Core/src/runDataProcessing.cxx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -506,7 +506,6 @@ struct ControlWebSocketHandler : public WebSocketHandler {
506506
didProcessMetric = true;
507507
didHaveNewMetric |= hasNewMetric;
508508
} else if (ControlServiceHelpers::parseControl(token, match)) {
509-
LOG(error) << "Found a command, processing for pid " << mPid;
510509
assert(mContext.infos);
511510
ControlServiceHelpers::processCommand(*mContext.infos, mPid, match[1].str(), match[2].str());
512511
} else if (DeviceConfigHelper::parseConfig(std::string{" "} + token, configMatch)) {

0 commit comments

Comments
 (0)