Turn off debugging that prevents results processing

This commit is contained in:
Isaac Connor 2019-10-03 17:28:44 -04:00
parent a7f27dddde
commit c62eff48a7
1 changed files with 2 additions and 2 deletions

View File

@ -274,8 +274,8 @@ sub _initialize {
$_method =~s{\-}{_}xg;
if ( $list->[-1]->can( $_method ) ) {
$list->[-1]->$_method( $current );
} else {
print ( "ERror " . $list->[-1] . " cannot $_method\n" );
#} else {
#print ( "ERror " . $list->[-1] . " cannot $_method\n" );
}
$current = pop @$list; # step up in object hierarchy