Software /
code /
prosody
Changeset
4002:95ccbd5e280f
modulemanager: Removed an unused variable.
author | Waqas Hussain <waqas20@gmail.com> |
---|---|
date | Wed, 05 Jan 2011 06:16:27 +0500 |
parents | 4001:2e8411f6cb14 |
children | 4003:b840c4c77b92 |
files | core/modulemanager.lua |
diffstat | 1 files changed, 0 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/core/modulemanager.lua Wed Jan 05 06:16:07 2011 +0500 +++ b/core/modulemanager.lua Wed Jan 05 06:16:27 2011 +0500 @@ -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";