From 26d011c7bd06806267214b31aa16f93d7ed1002f Mon Sep 17 00:00:00 2001 From: dms Date: Wed, 13 Sep 2000 13:36:50 +0000 Subject: [PATCH] removed two debugging lines or so git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@89 c11ca15a-4712-0410-83d8-924469b57eb5 --- src/modules.pl | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/modules.pl b/src/modules.pl index 6802e32..a4e729b 100644 --- a/src/modules.pl +++ b/src/modules.pl @@ -193,7 +193,7 @@ sub reloadModule { my $file = (grep /\/$mod/, keys %INC)[0]; if (!defined $file) { - &DEBUG("rM: mod '$mod' was not found in \%INC."); +### &DEBUG("rM: mod '$mod' was not found in \%INC."); return; } @@ -234,7 +234,6 @@ sub loadPerlModule { return 0 if (exists $perlModulesMissing{$_[0]}); return 1 if (exists $perlModulesLoaded{$_[0]}); - &DEBUG("lPM: _ => '$_[0]'."); &reloadModule($_[0]); eval "use $_[0]"; -- 2.39.5