We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa40fd3 commit ef322c6Copy full SHA for ef322c6
src/main/java/org/jabref/gui/externalfiles/ImportHandler.java
@@ -403,7 +403,7 @@ public List<BibEntry> handleStringData(String data) throws FetcherException {
403
if ((data == null) || data.isEmpty()) {
404
return List.of();
405
}
406
- LOGGER.debug("Checking if URL is a PDF: {}", data);
+ LOGGER.trace("Checking if URL is a PDF: {}", data);
407
408
if (URLUtil.isURL(data) && data.toLowerCase().endsWith(".pdf")) {
409
try {
0 commit comments