We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d821d1 commit d4370abCopy full SHA for d4370ab
lib/AuthenticationSDK/logging/sensitive_logging.rb
@@ -90,8 +90,6 @@ def maskCreditCards(input)
90
def maskSensitiveString(input)
91
encoded_input = input #.force_encoding("UTF-8")
92
@@tagPatterns.each_with_index do |item, index|
93
- puts("Itemmm : "+item)
94
- puts("Replacement : "+@@tagReplacements[index])
95
encoded_input = encoded_input.gsub(/#{item}/,@@tagReplacements[index])
96
end
97
return encoded_input
0 commit comments