Changeset 11640 for branches

Show
Ignore:
Timestamp:
11/12/08 08:35:07 (8 weeks ago)
Author:
javier.amor.garcia@…
Message:

debug statemetns removed

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/pop-proxy-branch/ebox/src/EBox/Logs/Consolidate.pm

    r11622 r11640  
    5454 
    5555    foreach my $name (@modNames) { 
    56         EBox::debug("BEF TABLE INOFS FROM"); 
    5756        my @tableInfos = @{ $self->_tableInfosFromMod($name) }; 
    58         EBox::debug("tableInfos @tableInfos"); 
    5957        foreach my $tableInfo (@tableInfos) { 
    6058 
     
    414412    } 
    415413 
    416     EBox::debug("BEF tableInfo())"); 
     414 
    417415    my @tableInfos; 
    418416    my $ti = $mod->tableInfo(); 
    419     EBox::debug("AFT tableInfo())"); 
     417 
    420418    if (ref $ti eq 'HASH') { 
    421419        EBox::warn('tableInfo() in ' . $mod->name .