Skip to content

Commit

Permalink
Remove print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
jhiemstrawisc committed Sep 7, 2023
1 parent a790e6a commit 6f6e8bf
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions origin_ui/advertise.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,6 @@ func PeriodicAdvertiseOrigin() error {

func AdvertiseOrigin() error {
name := viper.GetString("Sitename")

fmt.Printf("\n\n\nORIGIN SITENAME: %s\n\n\n", name)
if name == "" {
return errors.New("Origin name isn't set")
}
Expand Down

0 comments on commit 6f6e8bf

Please sign in to comment.