Skip to content

Commit d4370ab

Browse files
committed
Removed debug statement
1 parent 4d821d1 commit d4370ab

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lib/AuthenticationSDK/logging/sensitive_logging.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,6 @@ def maskCreditCards(input)
9090
def maskSensitiveString(input)
9191
encoded_input = input #.force_encoding("UTF-8")
9292
@@tagPatterns.each_with_index do |item, index|
93-
puts("Itemmm : "+item)
94-
puts("Replacement : "+@@tagReplacements[index])
9593
encoded_input = encoded_input.gsub(/#{item}/,@@tagReplacements[index])
9694
end
9795
return encoded_input

0 commit comments

Comments
 (0)