Turn off debugging that prevents results processing
This commit is contained in:
parent
a7f27dddde
commit
c62eff48a7
|
@ -274,8 +274,8 @@ sub _initialize {
|
||||||
$_method =~s{\-}{_}xg;
|
$_method =~s{\-}{_}xg;
|
||||||
if ( $list->[-1]->can( $_method ) ) {
|
if ( $list->[-1]->can( $_method ) ) {
|
||||||
$list->[-1]->$_method( $current );
|
$list->[-1]->$_method( $current );
|
||||||
} else {
|
#} else {
|
||||||
print ( "ERror " . $list->[-1] . " cannot $_method\n" );
|
#print ( "ERror " . $list->[-1] . " cannot $_method\n" );
|
||||||
}
|
}
|
||||||
|
|
||||||
$current = pop @$list; # step up in object hierarchy
|
$current = pop @$list; # step up in object hierarchy
|
||||||
|
|
Loading…
Reference in New Issue