Skip to content

Commit a3ab1f4

Browse files
authored
Move LOGF to debug to suppress output
1 parent 316ff89 commit a3ab1f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGLF/Utils/strangenessBuilderHelper.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ std::vector<V0group> groupDuplicates(const T& V0s)
132132
}
133133
v0tableGrouped.push_back(thisV0); // publish last
134134

135-
LOGF(info, "Duplicate V0s grouped. aod::V0s counted: %i, unique index pairs: %i", V0s.size(), v0tableGrouped.size());
135+
LOGF(debug, "Duplicate V0s grouped. aod::V0s counted: %i, unique index pairs: %i", V0s.size(), v0tableGrouped.size());
136136
return v0tableGrouped;
137137
}
138138

0 commit comments

Comments
 (0)