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
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -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