@@ -295,7 +295,6 @@ int IPAIPU3::init(const IPASettings &settings,
/* Clean context */
context_ = {};
context_.configuration.sensor.lineDuration = sensorInfo.lineLength * 1.0s / sensorInfo.pixelRate;
- LOG(IPAIPU3, Error) << "Line duration in init(): " << context_.configuration.sensor.lineDuration;
/* Construct our Algorithms */
algorithms_.push_back(std::make_unique<algorithms::Agc>());
@@ -461,7 +460,6 @@ int IPAIPU3::configure(const IPAConfigInfo &configInfo,
calculateBdsGrid(configInfo.bdsOutputSize);
context_.configuration.sensor.lineDuration = sensorInfo_.lineLength * 1.0s / sensorInfo_.pixelRate;
- LOG(IPAIPU3, Error) << "Line duration in configure(): " << context_.configuration.sensor.lineDuration;
/* Update the camera controls using the new sensor settings. */
updateControls(sensorInfo_, ctrls_, ipaControls);