Skip to content

Commit

Permalink
#144 Prepare for versioned release
Browse files Browse the repository at this point in the history
  • Loading branch information
docktermj committed Mar 3, 2025
1 parent a70e574 commit ee8256b
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions settings/settings.go
Original file line number Diff line number Diff line change
Expand Up @@ -173,9 +173,6 @@ Input
*/
func VerifySettings(ctx context.Context, settings string) error {
var err error

fmt.Printf(">>>>>>> VerifySettings.settings: %s: settings\n", settings)

parser := settingsparser.BasicSettingsParser{
Settings: settings,
}
Expand Down Expand Up @@ -231,9 +228,6 @@ func VerifySettings(ctx context.Context, settings string) error {
if err != nil {
return err
}

fmt.Printf(">>>>>> supportPath: %s\n", supportPath)

supportFiles := []string{
"anyTransRule.ibm",
"g2SifterRules.ibm",
Expand Down

0 comments on commit ee8256b

Please sign in to comment.