Skip to content

Commit 330f3d1

Browse files
committed
chore: remove useless commented code
1 parent e49cdc8 commit 330f3d1

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

lib/maglev/engine.rb

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -39,15 +39,6 @@ class Engine < ::Rails::Engine
3939
Rails.application.config.i18n.load_path += Dir["#{config.root}/config/locales/**/*.yml"]
4040
end
4141

42-
# initializer 'maglev.load_commands' do
43-
# if defined?(Rails::Command)
44-
# Dir.glob(File.join(__dir__, '../commands/**/*.rb')).each do |file|
45-
# puts "require #{file}"
46-
# require file
47-
# end
48-
# end
49-
# end
50-
5142
delegate :vite_ruby, to: :class
5243

5344
def self.vite_ruby

0 commit comments

Comments
 (0)