diff --git a/rabbithole/core/boot.js b/rabbithole/core/boot.js index 3b88cc2d7..e821534ba 100644 --- a/rabbithole/core/boot.js +++ b/rabbithole/core/boot.js @@ -601,9 +601,6 @@ $tw.modules.execute = function(moduleName,moduleRoot) { // Load plugins from the plugins directory $tw.plugins.loadPlugins(path.resolve($tw.boot.bootPath,$tw.config.moduleSubDir)); -// Load plugins from the TiddlyWiki store directory -$tw.plugins.loadPlugins($tw.boot.wikiPath); - // End of if(!$tw.isBrowser) }