Skip to content
Snippets Groups Projects
Commit 0504c37b authored by Felix Weiglhofer's avatar Felix Weiglhofer
Browse files

ca: Remove leftover debug log.

parent ad008d27
No related branches found
No related tags found
1 merge request!1649ca: Remove leftover debug log.
Pipeline #27088 failed
......@@ -31,7 +31,6 @@ void Framework::Init(const TrackingMode mode)
fTrackingMode = mode;
for (int iThread = 0; iThread < fNofThreads; ++iThread) {
fvWData.emplace_back();
LOG(info) << "->>>" << &fvWData.back();
}
for (int iThread = 0; iThread < fNofThreads; ++iThread) {
fvTrackFinderWindow.emplace_back(*this, fvWData[iThread]);
......
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