Code indexing in gitaly is broken and leads to code not being visible to the user. We work on the issue with highest priority.

Skip to content
Snippets Groups Projects
Commit e2bc2d59 authored by frey_m's avatar frey_m
Browse files

MultiBunchHandler: remove deprecated Util::toUpper

parent 5acde8ea
No related branches found
No related tags found
1 merge request!341Resolve "Upper case string attributes"
......@@ -349,8 +349,6 @@ void MultiBunchHandler::setMode(const std::string& mbmode) {
void MultiBunchHandler::setBinning(std::string binning) {
binning = Util::toUpper(binning);
if ( binning.compare("BUNCH") == 0 ) {
*gmsg << "Use 'BUNCH' injection for binnning." << endl;
binning_m = MB_BINNING::BUNCH;
......
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