Stop eprintlning the readability metadata
continuous-integration/drone the build failed
Details
continuous-integration/drone the build failed
Details
This commit is contained in:
parent
fac9f2ebdb
commit
53db706cc0
|
@ -240,8 +240,6 @@ impl PageExtractionServiceInternal {
|
||||||
debug!("Failed to analyse readability: {:?}", err);
|
debug!("Failed to analyse readability: {:?}", err);
|
||||||
}
|
}
|
||||||
|
|
||||||
eprintln!("{:#?}", readability.metadata);
|
|
||||||
|
|
||||||
if title.is_empty() && !readability.metadata.title().is_empty() {
|
if title.is_empty() && !readability.metadata.title().is_empty() {
|
||||||
// Fall back to the readability-derived page title
|
// Fall back to the readability-derived page title
|
||||||
title = readability.metadata.title().to_owned();
|
title = readability.metadata.title().to_owned();
|
||||||
|
|
Loading…
Reference in New Issue