From 75c625f6d6d37c38f65611c1e329b569567435df Mon Sep 17 00:00:00 2001 From: "rob rob@31f1291d-b8d6-0310-a050-a5561fc1590b" Date: Mon, 3 May 2004 14:19:22 +0000 Subject: [PATCH] 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 --- modules.c | 1 - version.log | 6 +++++- 2 files changed, 5 insertions(+), 2 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; } diff --git a/version.log b/version.log index f6773c76f..cfcaa5e7f 100644 --- a/version.log +++ b/version.log @@ -8,11 +8,15 @@ VERSION_MAJOR="1" VERSION_MINOR="7" VERSION_PATCH="2" -VERSION_BUILD="81" +VERSION_BUILD="82" VERSION_EXTRA="" # $Log$ # +# BUILD : 1.7.2 (82) +# BUGS : N/A +# NOTES : Removed an old debug log +# # BUILD : 1.7.2 (81) # BUGS : N/A # NOTES : Always set the correct module name when executing module functions