summaryrefslogtreecommitdiff
path: root/modules.c
diff options
context:
space:
mode:
authorrob rob@31f1291d-b8d6-0310-a050-a5561fc1590b <rob rob@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864>2004-05-03 14:19:22 +0000
committerrob rob@31f1291d-b8d6-0310-a050-a5561fc1590b <rob rob@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864>2004-05-03 14:19:22 +0000
commit75c625f6d6d37c38f65611c1e329b569567435df (patch)
treec745c0f73943f2f3922a8979c3d725be96055461 /modules.c
parented4423dbabe13ff5c56118f45acf81e9be84f284 (diff)
BUILD : 1.7.2 (82) BUGS : N/A NOTES : Removed an old debug log
git-svn-id: svn://svn.anope.org/anope/trunk@82 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@58 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'modules.c')
-rw-r--r--modules.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/modules.c b/modules.c
index 6e7564ddc..8a8f2c401 100644
--- a/modules.c
+++ b/modules.c
@@ -1787,7 +1787,6 @@ int moduleAddData(ModuleData * md[], char *key, char *value)
**/
for (itemCurrent = lastHash->di; itemCurrent;
itemCurrent = itemCurrent->next) {
- alog("key: [%s] itemKey: [%s]", key, itemCurrent->key);
if (strcasecmp(itemCurrent->key, key) == 0) {
item = itemCurrent;
}