Skip to content
Snippets Groups Projects
Commit 10d8eb0c authored by Sybren A. Stüvel's avatar Sybren A. Stüvel
Browse files

Manager: removed line that shouldn't have been committed

parent 4036fbee
Branches
No related tags found
No related merge requests found
......@@ -70,7 +70,6 @@ func (self *UpstreamConnection) Close() {
func (self *UpstreamConnection) KickDownloader(synchronous bool) {
if synchronous {
pingback := make(chan bool)
defer close(pingback)
self.download_kick <- pingback
log.Info("KickDownloader: Waiting for task downloader to finish.")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment