diff options
author | Waqas Hussain <waqas20@gmail.com> | 2011-01-05 06:16:27 +0500 |
---|---|---|
committer | Waqas Hussain <waqas20@gmail.com> | 2011-01-05 06:16:27 +0500 |
commit | 1e5dc701c82e6c19c58cf337647ac8dd5136c443 (patch) | |
tree | 22e576d404f339fe76143f14fe3f787b227f441f /core | |
parent | b4faeea3ecf8004997da797453f1318daecf171f (diff) | |
download | prosody-1e5dc701c82e6c19c58cf337647ac8dd5136c443.tar.gz prosody-1e5dc701c82e6c19c58cf337647ac8dd5136c443.zip |
modulemanager: Removed an unused variable.
Diffstat (limited to 'core')
-rw-r--r-- | core/modulemanager.lua | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/core/modulemanager.lua b/core/modulemanager.lua index 0af9a271..211b49b6 100644 --- a/core/modulemanager.lua +++ b/core/modulemanager.lua @@ -6,8 +6,6 @@ -- COPYING file in the source package for more information. -- -local plugin_dir = CFG_PLUGINDIR or "./plugins/"; - local logger = require "util.logger"; local log = logger.init("modulemanager"); local config = require "core.configmanager"; |