Skip to content

Commit

Permalink
remove conflicting line for making it possible to have a clean backpo…
Browse files Browse the repository at this point in the history
…rt of security fixes in 7189
  • Loading branch information
deneb-alpha committed Jul 17, 2023
1 parent b9c06bc commit fe894df
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions java/code/src/com/redhat/rhn/common/security/SessionSwap.java
Original file line number Diff line number Diff line change
Expand Up @@ -148,10 +148,6 @@ public static String rhnHmacData(List<String> text) {
String joinedText = StringUtils.join(text.iterator(), "\0");


if (log.isDebugEnabled()) {
log.debug("Data : [{}]", joinedText);
log.debug("Key : [{}]", swapKey);
}
if (log.isDebugEnabled()) {
log.debug("retval: {}", retval);
}
Expand Down

0 comments on commit fe894df

Please sign in to comment.