X-Git-Url: https://git.kaliko.me/?a=blobdiff_plain;f=sima%2Flib%2Fsimafm.py;h=d01567ea05435ea03c938fba99e64dabaccd3342;hb=cdb998d12265ec4e1f64c87cff22a8657e2a93ea;hp=95a4fee42439381d0398b65c1870f5565e6361f4;hpb=774f4b39de0b2ad7aa0e6ed3d7cc739a5456e8c5;p=mpd-sima.git diff --git a/sima/lib/simafm.py b/sima/lib/simafm.py index 95a4fee..d01567e 100644 --- a/sima/lib/simafm.py +++ b/sima/lib/simafm.py @@ -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)