X-Git-Url: https://git.sur5r.net/?p=minitube;a=blobdiff_plain;f=lib%2Fhttp%2Fsrc%2Fcachedhttp.cpp;fp=lib%2Fhttp%2Fsrc%2Fcachedhttp.cpp;h=b0d3e7206c9cf38c648154275e93ed3eb88a72ae;hp=ad213b3ebcde3f043d4ceae8c533ceff9e251e5e;hb=9337294c49c89c5cb01db726835da60af566821f;hpb=be5ee6ccd9b29c9d5ca59e4a3d4adf53bac6bc8d diff --git a/lib/http/src/cachedhttp.cpp b/lib/http/src/cachedhttp.cpp index ad213b3..b0d3e72 100644 --- a/lib/http/src/cachedhttp.cpp +++ b/lib/http/src/cachedhttp.cpp @@ -97,7 +97,7 @@ HttpReply *CachedHttp::request(const HttpRequest &req) { qDebug() << "HIT" << key << req.url; return new CachedHttpReply(value, req.url); } - qDebug() << "MISS" << key << req.url; + // qDebug() << "MISS" << key << req.url; return new WrappedHttpReply(*this, cache, key, http.request(req)); }