diff --git a/src/interactors/github.rs b/src/interactors/github.rs index 43be257..cd359e6 100644 --- a/src/interactors/github.rs +++ b/src/interactors/github.rs @@ -68,7 +68,6 @@ impl Service for GetPopularRepos type Future = Box>; fn call(&self, _req: ()) -> Self::Future { - println!("call api"); let service = self.0.clone(); let uri_future = format!("{}/search/repositories?q=language:rust&sort=stars", GITHUB_API_BASE_URI)