Reduce log noise
This commit is contained in:
parent
aa017e881b
commit
42e1179aca
1 changed files with 0 additions and 1 deletions
|
|
@ -483,7 +483,6 @@ public class AlbumServlet
|
|||
}
|
||||
long reqDate = req.getDateHeader("If-Modified-Since");
|
||||
long fDate = f.lastModified();
|
||||
System.out.println("reqDate is " + new Date(reqDate) + " fDate is " + new Date(fDate) + " " + req.getHeader("If-Modified-Since"));
|
||||
return reqDate > 0 && fDate > 0 && fDate <= reqDate;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue