Remove rand from the downloader.

This commit is contained in:
Jordan Petridis
2017-11-26 03:47:43 +02:00
parent 6336f7cac1
commit 7eff93ecf1
6 changed files with 4 additions and 18 deletions
-1
View File
@@ -38,7 +38,6 @@ lazy_static! {
}
pub fn connection() -> Pool {
// Arc::clone(&DB)
Arc::clone(&POOL)
}