mirror of
https://salsa.debian.org/mdosch/feed-to-muc.git
synced 2024-11-10 00:06:49 +01:00
Removed some debugging stuff.
This commit is contained in:
parent
576c259d60
commit
30d53424cb
1 changed files with 0 additions and 2 deletions
|
@ -228,8 +228,6 @@ func getArticles(feedURL string, max int, noExcerpt bool) (string, error) {
|
|||
description = ""
|
||||
// Fill article description/content with the fragments separated by one newline.
|
||||
for _, line := range fragments {
|
||||
l := len(line)
|
||||
println("Fragment: ", line, l)
|
||||
// Only if the only content is not "> ", thank you reddit.
|
||||
if line != "> " {
|
||||
description = description + line + "\n"
|
||||
|
|
Loading…
Reference in a new issue