0

Remove TODO

This commit is contained in:
Gabe Kangas 2020-12-16 22:59:13 -08:00
parent 438a11e4b1
commit 47770feaa5

View File

@ -36,7 +36,6 @@ func StartThumbnailGenerator(chunkPath string, variantIndex int) {
log.Errorln("Unable to generate thumbnail:", err)
}
case <-quit:
//TODO: evaluate if this is ever stopped
log.Debug("thumbnail generator has stopped")
_timer.Stop()
return