Software /
code /
prosody
Changeset
4068:15c4cefb825c
modulemanager: Removed an unused variable.
author | Waqas Hussain <waqas20@gmail.com> |
---|---|
date | Wed, 05 Jan 2011 06:16:27 +0500 |
parents | 4067:db98915e8e30 |
children | 4069:a90bbca91c87 |
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";