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 4a9e9a4 commit edeff10Copy full SHA for edeff10
src/main/java/ru/mystamps/web/feature/series/importing/extractor/JsoupSiteParser.java
@@ -224,6 +224,7 @@ protected String extractCurrency(Element body) {
224
if (currencyLocator != null) {
225
String currency = getTextOfTheFirstElement(body, currencyLocator);
226
if (currency != null) {
227
+ LOG.debug("Extracted currency: '{}'", currency);
228
return currency;
229
}
230
0 commit comments