diff --git a/src/cap5/capr.pl b/src/cap5/capr.pl index 672fd509d..5c999eda3 100644 --- a/src/cap5/capr.pl +++ b/src/cap5/capr.pl @@ -234,7 +234,6 @@ sub getFieldParams { $fType = $fieldType{$record{$recType}{$field}[$tIdx]}; $fInterest = $record{$recType}{$field}[$iIdx]; $fBase = $record{$recType}{$field}[$bIdx]; - #print("getFieldParams: $recType, $field, $fType, $fInterest\n"); return($fType, $fInterest, $fBase); }