]> git.donarmstrong.com Git - infobot.git/commitdiff
removed two debugging lines or so
authordms <dms@c11ca15a-4712-0410-83d8-924469b57eb5>
Wed, 13 Sep 2000 13:36:50 +0000 (13:36 +0000)
committerdms <dms@c11ca15a-4712-0410-83d8-924469b57eb5>
Wed, 13 Sep 2000 13:36:50 +0000 (13:36 +0000)
git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@89 c11ca15a-4712-0410-83d8-924469b57eb5

src/modules.pl

index 6802e32d088bc6df30adb28b666f68bb0aceb523..a4e729b0b336f414b74135783ce594a08ecd0bc9 100644 (file)
@@ -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]";