diff --git a/pkg/locator/locator.go b/pkg/locator/locator.go index 05faf78..45fe7dd 100644 --- a/pkg/locator/locator.go +++ b/pkg/locator/locator.go @@ -124,7 +124,6 @@ func GetTitles(config config.Config, sectionID int, days int) ([]int, []string) exclude := strings.Split(config.ExcludeList, ",") - fmt.Println(exclude) var breakOut bool for _, i := range data {