Skip to content
Snippets Groups Projects
Verified Commit 19395736 authored by Bob Van Landuyt's avatar Bob Van Landuyt
Browse files

Remove Context.known_log_keys

Since 9c62fa8f, labkit does not know
what keys might be part of the context. But I forgot to remove this
dead method.

The method as it currently stands would fail, since the `KNOWN_KEYS`
constant does not exist.
parent d486fc70
No related branches found
No related tags found
1 merge request!122chore: remove Context.known_log_keys
......@@ -66,10 +66,6 @@ module Labkit
"#{LOG_KEY}.#{key}"
end
def known_log_keys
@known_log_keys ||= (KNOWN_KEYS.map(&method(:log_key)) + RAW_KEYS).freeze
end
private
def contexts
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment