examples/news_fetcher: don't print the ids

pull/1289/head
Alexander Medvednikov 2019-07-24 00:56:42 +02:00
parent 4f11185231
commit facf55cbc0
1 changed files with 0 additions and 1 deletions

View File

@ -57,7 +57,6 @@ fn main() {
for i := 0; i < NR_THREADS; i++ {
go fetcher.fetch()
}
println(fetcher.ids)
time.sleep(5)
}