Removing println
This commit is contained in:
parent
33d7c5eaa7
commit
b63c9641f3
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user