mirror of
https://github.com/MarginaliaSearch/MarginaliaSearch.git
synced 2025-02-23 21:18:58 +00:00
(crawler) Remove accidental log spam
This commit is contained in:
parent
a86b596897
commit
f430a084e8
@ -19,8 +19,6 @@ public record ContentTags(String etag, String lastMod) {
|
||||
/** Paints the tags onto the request builder. */
|
||||
public void paint(Request.Builder getBuilder) {
|
||||
|
||||
System.out.println(ifNoneMatch() + " " + ifModifiedSince());
|
||||
|
||||
if (etag != null) {
|
||||
getBuilder.addHeader("If-None-Match", ifNoneMatch());
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user