remove leftover comment

This commit is contained in:
Henrik Friedrichsen
2019-03-20 23:41:20 +01:00
parent c0e6f9ec34
commit 4b3a53ef74

View File

@@ -307,7 +307,6 @@ impl Spotify {
}
pub fn search(&self, query: &str, limit: u32, offset: u32) -> Option<SearchTracks> {
//let res = self.api.search_track(query, limit, offset, None);
self.api_with_retry(|api| api.search_track(query, limit, offset, None))
}