Skip to content

Commit

Permalink
no debugger
Browse files Browse the repository at this point in the history
Signed-off-by: Nick Schwaderer <[email protected]>
  • Loading branch information
Schwad committed Nov 15, 2023
1 parent 2cfaf19 commit 2af3d60
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/active_support/cache/memcached_store.rb
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,6 @@ def delete_entry(key, _options = nil) # :nodoc:
private

def normalize_key(key, options)
debugger
key = super.dup
key = key.force_encoding(Encoding::ASCII_8BIT)
key = key.gsub(ESCAPE_KEY_CHARS) { |match| "%#{match.getbyte(0).to_s(16).upcase}" }
Expand Down

0 comments on commit 2af3d60

Please sign in to comment.