Software /
code /
prosody
Diff
core/modulemanager.lua @ 4002:95ccbd5e280f
modulemanager: Removed an unused variable.
author | Waqas Hussain <waqas20@gmail.com> |
---|---|
date | Wed, 05 Jan 2011 06:16:27 +0500 |
parent | 3967:1a9bcbaeb55a |
child | 4135:9dfb3c0101b5 |
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";