]> kaliko git repositories - mpd-sima.git/blobdiff - sima/lib/simafm.py
Intercept missing artist in plugins' callback
[mpd-sima.git] / sima / lib / simafm.py
index 95a4fee42439381d0398b65c1870f5565e6361f4..d01567ea05435ea03c938fba99e64dabaccd3342 100644 (file)
@@ -74,7 +74,6 @@ class SimaFM():
         url = Request('GET', self._url, params=payload,).prepare().url
         if url in SimaFM.cache:
             self.current_element = SimaFM.cache.get(url).elem
-            print('is cached')
             return
         try:
             self._fetch_ech(payload)