examples/news_fetcher: don't print the ids
parent
4f11185231
commit
facf55cbc0
|
@ -57,7 +57,6 @@ fn main() {
|
|||
for i := 0; i < NR_THREADS; i++ {
|
||||
go fetcher.fetch()
|
||||
}
|
||||
println(fetcher.ids)
|
||||
time.sleep(5)
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue