Skip to content

Commit 9630586

Browse files
authored
[EMCAL-792] Cosmetics in Logging (#2237)
- Remove leftover debug statement - Add debug-level message in case threshold extraction failed
1 parent fc37110 commit 9630586

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Modules/EMCAL/src/RawErrorCheck.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,6 @@ void RawErrorCheck::configure()
126126
}
127127
}
128128

129-
std::cout << "IAMHERE6" << std::endl;
130129
if (param.find(keyThresRawFitError) == 0) {
131130
auto errortype = param.substr(keyThresRawFitError.length());
132131
auto errorcode = findErrorCodeRFE(errortype);
@@ -177,6 +176,7 @@ void RawErrorCheck::configure()
177176
}
178177
} catch (std::out_of_range& e) {
179178
// Nothing to be done, no parameter found.
179+
ILOG(Debug) << "Error in parameter extraction" << ENDM;
180180
}
181181
}
182182

0 commit comments

Comments
 (0)