DEV: Remove reference to very old plugin (#13098)

This commit is contained in:
Dan Ungureanu 2021-05-20 16:18:22 +03:00 committed by GitHub
parent db7038e6c2
commit e2f9da9795
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 4 deletions

View File

@ -86,10 +86,6 @@ class Plugin::Instance
[].tap { |plugins|
# also follows symlinks - http://stackoverflow.com/q/357754
Dir["#{parent_path}/*/plugin.rb"].sort.each do |path|
# tagging is included in core, so don't load it
next if path =~ /discourse-tagging/
source = File.read(path)
metadata = Plugin::Metadata.parse(source)
plugins << self.new(metadata, path)