Browse Source

Remove old plugin config setting

Alec Nikolas Reiter 7 years ago
parent
commit
5266a07748
1 changed files with 0 additions and 3 deletions
  1. 0 3
      flaskbb/configs/default.py

+ 0 - 3
flaskbb/configs/default.py

@@ -226,9 +226,6 @@ class DefaultConfig(object):
     ADMIN_URL_PREFIX = "/admin"
 
 
-    # Plugin Folder
-    PLUGINS_FOLDER = os.path.join(basedir, "flaskbb", "plugins")
-
     # Remove dead plugins - useful if you want to migrate your instance
     # somewhere else and forgot to reinstall the plugins.
     # If set to `False` it will NOT remove plugins that are NOT installed on