Skip to content

Commit

Permalink
Remove line leaking Talk2M credentials
Browse files Browse the repository at this point in the history
Removed a line in Communication Manager that could leak Talk2M credentials.
  • Loading branch information
alexjhawk committed Sep 17, 2019
1 parent a098061 commit 62a32ff
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@ protected String buildCall(String type, String function, String... params) {

// Get string from string builder, log and return
String ret = sb.toString();
logger.debug("Generated call: {}", ret);
return ret;
}

Expand Down

0 comments on commit 62a32ff

Please sign in to comment.