Skip to content

Commit

Permalink
Remove Phlex::Kit warning
Browse files Browse the repository at this point in the history
  • Loading branch information
joeldrapper committed Jul 6, 2024
1 parent 883bcaf commit dfb6ad3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/phlex/kit.rb
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ def respond_to_missing?(name, include_private = false)
include LazyLoader

def self.extended(mod)
warn "⚠️ [WARNING] Phlex::Kit is experimental and may be removed from future versions of Phlex."
mod.include(LazyLoader)
mod.define_method(:__phlex_kit_constants__) { mod.__phlex_kit_constants__ }
mod.define_method(:__get_phlex_kit_constant__) { |name| mod.__get_phlex_kit_constant__(name) }
Expand Down

0 comments on commit dfb6ad3

Please sign in to comment.