Remove another useless debug message

pull/311/head
Andrew Gaul 2019-07-02 00:19:38 -07:00
rodzic e37300dd3f
commit 30b8677831
1 zmienionych plików z 0 dodań i 1 usunięć

Wyświetl plik

@ -2816,7 +2816,6 @@ public class S3ProxyHandler {
SimpleDateFormat formatter = new SimpleDateFormat(
"yyyyMMdd'T'HHmmss'Z'");
formatter.setTimeZone(TimeZone.getTimeZone("UTC"));
logger.debug("8601date {}", date);
try {
return formatter.parse(date).getTime() / 1000;
} catch (ParseException pe) {