Skip to content
Snippets Groups Projects
Commit aef99ec6 authored by Joan Solà Ortega's avatar Joan Solà Ortega Committed by Joan Solà Ortega
Browse files

Uncomment a line preventing `processNew()` to be called

parent 6445e859
No related branches found
No related tags found
1 merge request!227Fix processor_tracker
Pipeline #2322 passed
......@@ -173,7 +173,7 @@ void ProcessorTracker::process(CaptureBasePtr const _incoming_ptr)
frm->addCapture(incoming_ptr_);
// process
// processNew(params_tracker_->max_new_features);
processNew(params_tracker_->max_new_features);
// // Set key
// last_ptr_->getFramePtr()->setKey();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment