Stop eprintlning the readability metadata
continuous-integration/drone the build failed Details

This commit is contained in:
Olivier 'reivilibre' 2022-03-27 22:51:08 +01:00
parent fac9f2ebdb
commit 53db706cc0
1 changed files with 0 additions and 2 deletions

View File

@ -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();