diff options
author | rob 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 |
---|---|---|
committer | rob 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 |
commit | 75c625f6d6d37c38f65611c1e329b569567435df (patch) | |
tree | c745c0f73943f2f3922a8979c3d725be96055461 /modules.c | |
parent | ed4423dbabe13ff5c56118f45acf81e9be84f284 (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.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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; } |